MCPcopy Create free account
hub / github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA / isEmpty

Method isEmpty

11. Stack/stackArray.java:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59 //Stack isEmpty method
60 public boolean isEmpty(){
61 return(top == -1);
62 }
63
64 //Stack isEmpty method
65 public boolean isFull(){

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected