17 lines
204 B
Plaintext
17 lines
204 B
Plaintext
|
= Queue =
|
||
|
|
||
|
A literal ordered queue. Keep an order of elements and only push on and remove
|
||
|
from the back
|
||
|
|
||
|
== Good For ==
|
||
|
|
||
|
* Keeping an order of elements
|
||
|
|
||
|
|
||
|
== Bad For ==
|
||
|
|
||
|
* Everything else
|
||
|
|
||
|
|
||
|
[[algorithms]]
|