Advertisement
Aldin-SXR

empty()

Mar 5th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. /* Check if the stack is empty */
  2. public boolean isEmpty() {
  3.     return top == null;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement