Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qiyuangong/leetcode
/ add
Method
add
java/904_Fruit_Into_Baskets.java:70–72 ·
view source on GitHub ↗
(int k, int v)
Source
from the content-addressed store, hash-verified
68
}
69
70
public
void
add(
int
k,
int
v) {
71
put(k, get(k) + v);
72
}
73
}
Callers
15
totalFruit
Method · 0.95
minIncrementForUnique
Method · 0.45
canJump
Method · 0.45
ipToCIDR
Method · 0.45
addWord
Method · 0.45
search
Method · 0.45
selfDividingNumbers
Method · 0.45
findDisappearedNumbers
Method · 0.45
uniqueMorseRepresentations
Method · 0.45
topKFrequent
Method · 0.45
letterCasePermutation
Method · 0.45
thirdMax
Method · 0.45
Calls
2
get
Method · 0.95
put
Method · 0.45
Tested by
no test coverage detected