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

Method isEmpty

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

当前栈是否为空 @return boolean 栈是否为空

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

preOrderNRMethod · 0.95
postOrderTraversalMethod · 0.95
isValidMethod · 0.95
preorderTraversalMethod · 0.95
solveMethod · 0.95
inorderTraversalMethod · 0.95
isEmptyMethod · 0.65
popMethod · 0.65
popMethod · 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