MCPcopy 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

maxSlidingWindowMethod · 0.45
insertFunction · 0.45
romanToIntMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected