mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-15 13:47:22 +00:00
* enhance the implementation of queue using list * enhance readability of queue_on_list.py * rename 'queue_on_list' to 'queue_by_list' to match the class name