Wednesday, February 4, 2009

Stack Data Structure

The process or steps involved in consecutively accommodating the following data into stack is this....
Push: Data_1
Push: Data_2
Push: Data_3
Push: Data_4
Pop: Data_4
Pop: Data_3
Pop: Data_2
Pop: Data_1
Done ;-)