mirror of
https://github.com/Noratrieb/datastructures.git
synced 2026-01-14 17:35:02 +01:00
6 lines
158 B
Markdown
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)
|