About 1,400,000 results
Open links in new tab
  1. Top 50 Problems on Stack Data Structure asked in SDE Interviews

    Mar 29, 2025 · To learn about Stack Data Structure in detail, please refer to the Tutorial on Stack Data Structure. Easy Problems. Parenthesis Checker; Reverse a String using Stack; Postfix to …

  2. 50+ stacks and queues questions and solutions (easy, medium, …

    Sep 13, 2021 · 50+ stacks and queues interview questions, all with links to high-quality solutions, plus a stacks and queues refresher and cheat sheet. Part 4 of our coding prep series to help …

  3. Top 20 Stack and Queue Data Structure Interview Questions for ... - Blogger

    May 7, 2023 · Now that you know about Stack and Queue data structure, here are some of the frequently asked Coding interview questions based upon Stack and Queue data structure. You …

  4. Top 30 Stack and Queue Data Structure Interview Questions for …

    May 30, 2024 · Here is a list of popular stack and queue based coding interview problems from real interviews. Most of these questions are simple and can be solved in short session, hence …

  5. Write a function in python named PUSH(STACK, SET) where STACK is list of some numbers forming a stack and SET is a list of some numbers. The function will push all the EVEN …

  6. 46 Must-Know Stacks Interview Questions and Answers 2025 – …

    What are the primary operations performed on a Stack and their time complexities? 4. When should I use Stack or Queue data structures instead of Arrays/Lists? 5. What are Infix, Prefix, …

  7. Stacks & Queues Interview Questions | Data Structures

    Solve the most popular stacks & queues interview questions. Prepare for DSA interview rounds at the top companies.

  8. Stack using Queues Questions and Answers - Sanfoundry

    This set of Data Structure Multiple Choice Questions & Answers (MCQs) focuses on “Stack using Queues”. 1. To implement a stack using queue(with only enqueue and dequeue operations), …

  9. Day 18: Queues and Stacks - HackerRank

    Terms you'll find helpful in completing today's challenge are outlined below, along with sample Java code (where appropriate). A stack is a data structure that uses a principle called Last-In …

  10. Stacks & Queues: 20 Essential Interview Questions & Answers

    Feb 7, 2025 · Stacks and Queues are fundamental data structures in computer science and are widely used in problem-solving and system design. This article presents 20 essential interview …

Refresh