From 5790d6b724d9b9b65efc1016a685ca9731965a47 Mon Sep 17 00:00:00 2001 From: Spiros Maggioros <51701672+spirosmaggioros@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:46:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acc4be17..75288c0a 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ You can see more [examples](/examples) or follow the [Tutorials](/tutorial). ### Classes **Graphs** -- [X] [Di-Graph]([https://en.wikipedia.org/wiki/Graph_(abstract_data_type)](https://en.wikipedia.org/wiki/Directed_graph)) -- [X] [Graph]([https://en.wikipedia.org/wiki/Multigraph](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics))) +- [X] [Di-Graph](https://en.wikipedia.org/wiki/Graph_(abstract_data_type)](https://en.wikipedia.org/wiki/Directed_graph)) +- [X] [Graph](https://en.wikipedia.org/wiki/Multigraph](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics))) **Trees** - [X] [AVL Tree](https://en.wikipedia.org/wiki/AVL_tree)