MCPcopy Create free account
hub / github.com/MisterBooo/LeetCodeAnimation / top

Method top

problems/0155-min-stack/Code/1.java:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 public int top() {
31 return _data.peek();
32 }
33
34 public int getMin() {
35 return _min.peek();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected