Add README with images
This commit is contained in:
parent
98923cf849
commit
66c8c0f773
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# Datastructures
|
||||
Practice writing interesting datastructures in C++.
|
||||
|
||||

|
||||
|
||||
## 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
BIN
docs/quadTreeTestGraph.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user