data structure
🚧 under construction
Last updated
Was this helpful?
🚧 under construction
Last updated
Was this helpful?
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.