File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.11.9
19
+ rev : v0.11.11
20
20
hooks :
21
21
- id : ruff
22
22
- id : ruff-format
29
29
- tomli
30
30
31
31
- repo : https://github.com/tox-dev/pyproject-fmt
32
- rev : " v2.5.1 "
32
+ rev : " v2.6.0 "
33
33
hooks :
34
34
- id : pyproject-fmt
35
35
Original file line number Diff line number Diff line change 480
480
* [ Bi Directional Dijkstra] ( graphs/bi_directional_dijkstra.py )
481
481
* [ Bidirectional A Star] ( graphs/bidirectional_a_star.py )
482
482
* [ Bidirectional Breadth First Search] ( graphs/bidirectional_breadth_first_search.py )
483
+ * [ Bidirectional Search] ( graphs/bidirectional_search.py )
483
484
* [ Boruvka] ( graphs/boruvka.py )
484
485
* [ Breadth First Search] ( graphs/breadth_first_search.py )
485
486
* [ Breadth First Search 2] ( graphs/breadth_first_search_2.py )
You can’t perform that action at this time.
0 commit comments