Friday, January 21, 2011

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.

Dont Miss Another Post Connect With Us !

Enter your email address:

0 comments: