From fb971d112c8e49b875dae84cbfd31180771261a3 Mon Sep 17 00:00:00 2001 From: marina <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:49:29 -0700 Subject: [PATCH] add bfs and dfs --- graphs/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/graphs/README.md b/graphs/README.md index 80d12bc..8bca8f4 100644 --- a/graphs/README.md +++ b/graphs/README.md @@ -2,6 +2,11 @@
-* **[../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)** -* + +### traversals + +
+ +* check **[../trees/#breath-first-search](https://github.com/go-outside-labs/master-python-with-algorithms-py/tree/master/trees#breath-first-search)** +* and **[../trees/#depth-first-search](https://github.com/go-outside-labs/master-python-with-algorithms-py/tree/master/trees#depth-first-search)** +