Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice
/ getSize
Method
getSize
Data Structures/QueueUsingLL.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
int getSize() {
66
return size;
67
}
68
69
bool isEmpty() {
70
return size==0;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected