Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ pop_back
Method
pop_back
CPP/vector-concepts/vector.h:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
cs++;
24
}
25
void pop_back(){
26
if(cs>=0){
27
cs--;
28
}
29
30
}
31
bool isEmpty(){
32
return cs==0;
33
}
Callers
10
shortestPaths
Method · 0.80
maxSlidingWindow
Method · 0.80
calPoints
Method · 0.80
findPath
Function · 0.80
insert
Function · 0.80
findCombinations
Method · 0.80
findCombinations
Method · 0.80
generateCombinations
Method · 0.80
generate
Function · 0.80
findCombination
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected