ApnaCollege-Java
ApnaCollege-Java copied to clipboard
Update StackLL.java
Changes made:
Removed public static from the head variable in the Stack class. Updated the push method to correctly handle the case when the stack is initially empty. Corrected the access modifiers for the Node class and head variable.
there were some errors before as code was not working. Please see now