Pages

Monday 3 October 2011

cs301 Assignmnet no 3 Fall 2011


Problems
Question 1

Implement a Queue using two Stacks (implement Stack using link list).


Question 2

Research and write about double ended queue and its different operations.
Also explain how we can implement Stack using double ended queue’s operations.