Q: Write an algorithm for the following operation:
- checking the stack before inserting the new data.
- checking the queue before deleting the existing data.
- getting last element in stack without remove it.
- removing element from queue.
- storing element into the stack.
plz do each stage saperatly one after another.
Q: Write an algorithm for the following operation: - checking the stack before inserting the new data. - checking the qu
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am