MCPcopy Create free account
hub / github.com/algorithmzuo/algorithm-journey / add

Method add

src/class185/Code07_HideSeek1.java:47–49  ·  view source on GitHub ↗
(int v)

Source from the content-addressed store, hash-verified

45 }
46
47 void add(int v) {
48 addHeap.add(v);
49 }
50
51 void del(int v) {
52 delHeap.add(v);

Callers 6

secondMethod · 0.95
delMethod · 0.45
addAnsMethod · 0.45
onMethod · 0.45
offMethod · 0.45
prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected