diff options
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. |