MCPcopy Create free account
hub / github.com/JsonChao/Awesome-Algorithm-Study / peek

Method peek

data_struct_study/src/stack/Stack.java:29–29  ·  view source on GitHub ↗

查看栈顶的元素 @return e 栈顶的元素

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

topKFrequentMethod · 0.65
popMethod · 0.65
getMinMethod · 0.65
topMethod · 0.65
maxInWindowsMethod · 0.65
topKFrequentMethod · 0.65

Implementers 2

LinkedListStackdata_struct_study/src/LinkedList/Linke
ArrayStackdata_struct_study/src/stack/ArrayStack

Calls

no outgoing calls

Tested by

no test coverage detected