Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros authored Jan 25, 2024
1 parent b88c583 commit 5790d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5790d6b

Please sign in to comment.