MCPcopy Index your code
hub / github.com/qiyuangong/leetcode / top

Method top

java/155_Min_Stack.java:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 public int top() {
56 return stack.peek();
57 }
58
59 public int getMin() {
60 return minStack.peek();

Callers

nothing calls this directly

Calls 1

peekMethod · 0.45

Tested by

no test coverage detected