A simple queue visualizer to help you understand how queues work.
Queue: A data structure that follows the FIFO (First In, First Out) principle. This means the first item added is the first one to be removed.