Skip to content

Implement the stack programs in C using singly linked list.

Notifications You must be signed in to change notification settings

briandicky/stack-singlyLinkedList-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#stack-singlyLinkedList-C Implement the stack programs in C using singly linked list so that the size of the stack is limited by the available physical memory instead of 100 as specified by the symbolic constant STACK SIZE = 100.

##How to run this program This program is used with Linux, Gnu make, and GCC (Gnu compiler collection). Just typing command line (in BASH shell),

make help

or

make clean dep all

Then it will work successfully.

###2016 Spring AOOP HW1-1

About

Implement the stack programs in C using singly linked list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published