queue
RU: очередь
A data structure that stores elements in first-in, first-out (FIFO) order: add elements to the back (enqueue), remove from the front (dequeue). Standard in breadth-first traversals and level-order processing of trees.
RU: очередь
A data structure that stores elements in first-in, first-out (FIFO) order: add elements to the back (enqueue), remove from the front (dequeue). Standard in breadth-first traversals and level-order processing of trees.