DataStructures/README.md

22 lines
425 B
Markdown

# Datastructures
Practice writing interesting datastructures in C++.
![Data Structures thumbnail](https://i.ytimg.com/vi/Qmt0QwzEmh0/maxresdefault.jpg)
## Quad Tree
__Test__ <br/>
<img src="docs/quadTreeTestGraph.png"
alt="Quad Tree Test Graph"
style="width:300px"></img>
__Resources__
https://en.wikipedia.org/wiki/Quadtree
## AVL Tree
Not implemented
__Resources__
https://en.wikipedia.org/wiki/AVL_tree