-
Notifications
You must be signed in to change notification settings - Fork 0
linked list implementation of stack, the nodes are maintained non-contiguously in the memory. Each node contains a pointer to its immediate successor node in the stack. Stack is said to be overflown if the space left in the memory heap is not enough to create a node.
rashmikanth94/suntek-c-programs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
linked list implementation of stack, the nodes are maintained non-contiguously in the memory. Each node contains a pointer to its immediate successor node in the stack. Stack is said to be overflown if the space left in the memory heap is not enough to create a node.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published