Add README with images

main
Nigel Barink 2023-03-10 21:28:30 +01:00
parent 98923cf849
commit 66c8c0f773
3 changed files with 26 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.png filter=lfs diff=lfs merge=lfs -text

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# 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

BIN
docs/quadTreeTestGraph.png (Stored with Git LFS) Normal file

Binary file not shown.