Interactive Queue Lab

FIFO Data Structure Visualizer
Instructions
Queue Type
  • Select the Queue Type from the dropdown above.
  • Enter a value in the input box in the console.
  • Use the buttons to add/remove data and watch the algorithm steps highlight.
  • Green = FRONT, Pink = REAR.
Simple: Linear FIFO. Once space is dequeued, it cannot be reused.
Console
Value
System initialized. Capacity: 10.
Algorithm Steps