Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice
/ isEmpty
Method
isEmpty
Data Structures/QueueUsingLL.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool isEmpty() {
70
return size==0;
71
}
72
73
T dequeue() {
74
// Return 0 if queue is empty
Callers
2
run
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected