SIGN IN SIGN UP
TheAlgorithms / Python UNCLAIMED

All Algorithms implemented in Python

219160 0 1 Python

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 <[email protected]>
J
John Liu committed
b0be30443393b019c469684554a3c8748ffeacbe
Parent: 561cc38
Committed by GitHub <[email protected]> on 8/24/2025, 9:59:44 PM