diff options
author | Emile <hanemile@protonmail.com> | 2020-01-10 14:33:12 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-01-10 14:33:12 +0100 |
commit | d19e3ecee50c4287b18d0f033a864bf1cfb9f597 (patch) | |
tree | b99a9fca11b39e2d4bc7a92980e1922191322083 /README.md | |
parent | a65c7dd191b9fdcbbcc7741111c50b4d09ac3c3d (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index fdd4b6c..8764087 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # quadtree +> Simple quadtree implementation used during the galaxy-simulation project + Golang quadtree implementation. Subdividing a given space filled with points recursively. |