Files
Python/graphs
John Liu b0be304433 Use deque as queue in breadth_first_search_shortest_path_2.py (#12861)
* Fixes #12857 Use collections.deque as queue in graphs BFS shortest path 2

* Use collections.deque as queue in the correct syntax: queue = deque([start])

* Fix CI error due to HTTP 404 on https://finance.yahoo.com/quote/GOOG/\?p\=GOOG

* Undo change in workflows/build.yml as it's fixed in PR 12864

---------

Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
2025-08-25 00:59:44 +03:00
..
2024-04-02 03:27:56 +02:00
2023-03-01 17:23:33 +01:00
2024-04-19 21:30:22 +02:00
2025-07-06 01:35:29 +03:00
2024-08-25 17:33:11 +02:00