LeetCodeSolutions
LeetCodeSolutions copied to clipboard
Code : Stack Using LL
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()
Please assign this issue to me.