MCPcopy Create free account
hub / github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice / count

Method count

Leetcode/C++/SkyLine.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35public:
36 ~SkyLine() { delete[] arr; }
37 int count() { return n; }
38 //Merge function
39 SkyLine* Merge(SkyLine* other);
40 SkyLine(int cap)

Callers 7

cloneGraphMethod · 0.45
isValidSudokuFunction · 0.45
openLockMethod · 0.45
Chef and Groups.pyFile · 0.45
mainFunction · 0.45
DigitFrequencyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected