Skip to content

Data Structures - Stacks and Queues

Past due by over 1 year 0% complete
  1. Introduction to Stacks & Queues
  2. Stack (Implementation)
  3. Queue (Implementation)
  4. Implement Queue Using Stacks
  5. Implement Stack Using Queues
  6. Challenge 1: Generate Binary Numbers from 1 to n using a Queue
  7. Challenge 2: Implement Two Stacks using one Array
  8. Challenge 3: Reversing the First k Elements of a Queue
  9. Challenge 4: Implement Queue using Stack
  10. Challenge 5…
  1. Introduction to Stacks & Queues
  2. Stack (Implementation)
  3. Queue (Implementation)
  4. Implement Queue Using Stacks
  5. Implement Stack Using Queues
  6. Challenge 1: Generate Binary Numbers from 1 to n using a Queue
  7. Challenge 2: Implement Two Stacks using one Array
  8. Challenge 3: Reversing the First k Elements of a Queue
  9. Challenge 4: Implement Queue using Stack
  10. Challenge 5: Sort the Values in a Stack
  11. Challenge 6: Evaluate Postfix Expressions using Stacks
  12. Challenge 7: Next Greater Element using Stack
  13. Challenge 8: Solve a Celebrity Problem using a Stack
  14. Challenge 9: Check for Balanced Parentheses using a Stack
  15. Challenge 10: Create Stack where min() gives minimum in O(1)
  16. Stack/Queue Interview Questions
Loading