Pages

21.Stack Data Structure


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.

If you like this please Link Back to this article...



0 comments:

Post a Comment