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. |