📦data structure
🚧 under construction
associated array - that is, a JS object.
Map - better alternative for associated array.
Queue - first in first out (FIFO)
Stack - first in last out (FILO)
WaitingList - a Stack or Queue.
Last updated
🚧 under construction
associated array - that is, a JS object.
Map - better alternative for associated array.
Queue - first in first out (FIFO)
Stack - first in last out (FILO)
WaitingList - a Stack or Queue.
Last updated