*/
Implementation of stack using link list
Submitted By:
sanjaycry
Rating:
(Not rated) (
Rate It)
It uses link list for push and pop operation
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
4051
Comments (1)
Not useful as a library, not useful as a demo
Posted on Tuesday, March 13, 2007
Does not allocate memory correctly. Hard-coded to require user input (e.g. there is no argument to the push() function), so you can't use it as a library for something that you're working on.
How to improve: implement the stack separately from the code that demonstrates how to use it.
Add Your Rating