Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lists, queues and stacks (Lists (Accessed through index e.g. a[0]…
Lists, queues and stacks
-
Stacks
-
-
PUSH - command to insert data # #
-
-
Queues
-
Data added to end of structure, and removed from its start
First in, first out (FIFO structure)
-