From 66c8c0f773f2312be7e37130730ae82c2effe9e6 Mon Sep 17 00:00:00 2001 From: Nigel Date: Fri, 10 Mar 2023 21:28:30 +0100 Subject: [PATCH] Add README with images --- .gitattributes | 1 + README.md | 22 ++++++++++++++++++++++ docs/quadTreeTestGraph.png | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 docs/quadTreeTestGraph.png diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24a8e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6880c2 --- /dev/null +++ b/README.md @@ -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__
+Quad Tree Test Graph + + +__Resources__ +https://en.wikipedia.org/wiki/Quadtree + + +## AVL Tree + +Not implemented + +__Resources__ +https://en.wikipedia.org/wiki/AVL_tree \ No newline at end of file diff --git a/docs/quadTreeTestGraph.png b/docs/quadTreeTestGraph.png new file mode 100644 index 0000000..1cf7021 --- /dev/null +++ b/docs/quadTreeTestGraph.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832b748e0f47e3ef2bcd24f13506e77d5a3be27f01e945f7107694dec8222b0b +size 57234