data-structures
data-structures copied to clipboard
Created a stack using linked list
This is the linked list implementation of stack in c so that the student may be familiar with both the implementation