Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ back
Method
back
CPP/vector-concepts/vector.h:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
}
38
int back(){
39
return arr[cs-1];
40
}
41
int at(int i){
42
return arr[i];
43
}
Callers
4
maxSlidingWindow
Method · 0.45
insert
Function · 0.45
romanToInt
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected