LeetCodeSolutions icon indicating copy to clipboard operation
LeetCodeSolutions copied to clipboard

Code : Stack Using LL

Open Anujjoshi021 opened this issue 2 years ago • 0 comments

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.

Anujjoshi021 avatar Oct 24 '23 06:10 Anujjoshi021