mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 12:16:14 -04:00
Update README.md
This commit is contained in:
parent
ac1f70506a
commit
7b32dbb0d7
@ -12,6 +12,8 @@
|
||||
|
||||
* queues are often used in **breath-first search** (where you store a list of nodes to be processed) or when implementing a cache.
|
||||
|
||||
* in python, queues can be called with `collections.deque()` (and methods `popleft()` and `insert()`).
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user