👨‍💻
Cracking-Interview
search
Ctrlk
  • Data Structures and Algorithms
  • Arrayschevron-right
  • Linked Listchevron-right
  • Stringschevron-right
  • Binary Treechevron-right
  • Stack and Queuechevron-right
    • Problemschevron-right
    • Implementationchevron-right
      • Implementation of Queue
      • Implementation of Stack
      • Implementation of Circular Queue
      • Implement Queue using Stacks
      • Implement Stack using Queues
  • Hash Tablechevron-right
  • Binary Searchchevron-right
  • Binary Search Treechevron-right
  • Bit manipulationchevron-right
  • Graphchevron-right
  • Disjoint Sets(Union-Find)chevron-right
  • Heap and Priority Queuechevron-right
  • Triechevron-right
  • Dynamic Programmingchevron-right
  • Greedy Algorithmschevron-right
  • Backtrackingchevron-right
  • Sub Array and Sliding Window Problemschevron-right
  • Designchevron-right
  • Mathschevron-right
  • Sorting-Algorithms
    • Merge Sort
    • Quick Sort
    • Heap Sort
    • Selection Sort
    • Bubble Sort
    • Insertion Sort
  • Expected Interview MCQ and Questions c++
  • Concepts in C++
  • System Design Questions
  • 💾DBMS
    • Introduction
    • RBMS
    • JOINS
    • SQL
  • 🖥️OS
    • OS and Its Types
    • Process Concept and Threads
    • Process Synchronization
    • Deadlock in Operating System
    • Memory Management
    • Imp Questions of OS for Interviews
  • 🚙OOPS
    • Introduction and Definitions
  • 📨COMPUTER-NETWORKS
    • OSI | TCP IP Model
    • Topology
    • Network Devices
    • IP Address
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Stack and Queue

Implementation

Basic Implementation of Stack and Queue using an array.

Implementation of Queuechevron-rightImplementation of Circular Queuechevron-rightImplementation of Stackchevron-rightImplement Queue using Stackschevron-rightImplement Stack using Queueschevron-right

Previous26.Number following a patternchevron-leftNextImplementation of Queuechevron-right

Last updated 5 years ago