datastructures/README.md
2021-11-13 14:17:17 +01:00

6 lines
158 B
Markdown

# datastructures
Different Datastructures implemented in Rust
- LinkedList
- Binary tree (only for printing it, which only works of it's perfectly regular)