From 3f8f299f3731ad2e64a526e8688a043d38438bad Mon Sep 17 00:00:00 2001 From: marina <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:48:46 -0700 Subject: [PATCH] add bfs and dft --- graphs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/graphs/README.md b/graphs/README.md index 7d5e6ce..80d12bc 100644 --- a/graphs/README.md +++ b/graphs/README.md @@ -1,2 +1,7 @@ ## graphs +
+ +* **[../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)** +*