diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 0021648..b18eb1f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # quadtree -Golang quadtree implementation. \ No newline at end of file +Golang quadtree implementation. + +Subdividing a given space filled with points recursively. |