Stack and Implementing Stack using Array
Stack is a data structure which works based on principle of LIFO (last in first out).
Implementing a Stack using Link Representation
This is a another version of stack data structure implementation; with this version the stack size is dynamic and determined at run-time.
0 comments:
Post a Comment