Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/neetcode-gh/leetcode
/ add
Method
add
java/0705-design-hashset.java:7–9 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
5
}
6
7
public
void
add(
int
key) {
8
setArray[key]=true;
9
}
10
11
public
void
remove(
int
key) {
12
setArray[key]=false;
Callers
15
openLock
Method · 0.45
generateChildren
Method · 0.45
LockingTree
Method · 0.45
shortestPathBinaryMatrix
Method · 0.45
backtrack
Method · 0.45
levelOrderBottom
Method · 0.45
countSubIslands
Method · 0.45
isValid
Method · 0.45
minimumFuelCost
Method · 0.45
averageOfLevels
Method · 0.45
levelOrder
Method · 0.45
canFinish
Method · 0.45
Calls
no outgoing calls
Tested by
4
shortestPathBinaryMatrix
Method · 0.36
mark
Method · 0.36
shortestAlternatingPaths
Method · 0.36
greatestLetter
Method · 0.36