You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a Stack Data Structure specifically to store integer data using a Singly Linked List.
You need to implement the following public functions :
peek()
push()
pop()
isEmpty()