MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / add

Method add

Hashtable/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 flag[key]=true;
9 }
10
11 public void remove(int key) {
12 flag[key]=false;

Callers 15

addKeywordMethod · 0.45
lengthOfLISMethod · 0.45
findClosestElementsMethod · 0.45
intersectionMethod · 0.45
furthestBuildingMethod · 0.45
mergeIntervalsMethod · 0.45
getSkylineMethod · 0.45
dfsFunction · 0.45
backtraceMethod · 0.45
insertEdgeMethod · 0.45
BFSMethod · 0.45
insertEdgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected