Python/data_structures/queue
Christian Clauss 47a9ea2b0b
Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python

* sort() --> sorted()
2019-08-19 15:37:49 +02:00
..
double_ended_queue.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
queue_on_list.py Update queue_on_list.py (#851) 2019-05-31 16:05:24 +08:00
queue_on_pseudo_stack.py snake_case all the things 2018-10-19 17:14:25 -05:00