Top Categories

peek(), stackTop() and Other Operations on Stack Using Linked List (with C Code)
  • Category:
  • Sub Category:
No Views

Operations on Stacks using Linked List in C: stackTop, peek etc. stack operations can be implemented using Linked list nodes by making it store the head pointer as top of the stack. This video goes into details of the same! 

Comments

You Might Be Interested In