add bfs and dft

This commit is contained in:
marina 2023-08-01 14:48:46 -07:00 committed by GitHub
parent 1295041070
commit 3f8f299f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,7 @@
## graphs
<br>
* **[../trees/#breath-first-search](https://github.com/go-outside-labs/master-python-with-algorithms-py/tree/master/trees#breath-first-search)**
* **[../trees/#depth-first-search](https://github.com/go-outside-labs/master-python-with-algorithms-py/tree/master/trees#depth-first-search)**
*