rubico/monad/Queue #147
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Queue
the queue data structure
synopsis
description
A Queue is a data structure that supports
enqueue
anddequeue
operations in O(1) time as well as monadic operations that enable iteration, concatenation, and flattening. Items pushed into a queue are first in first out (FIFO).The text was updated successfully, but these errors were encountered: