diff options
author | hanemile <hanemile@protonmail.com> | 2018-11-13 16:43:31 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2018-11-13 16:43:31 +0100 |
commit | 58ea8ca15c12094bb7d4682bd48e15129298d9de (patch) | |
tree | 19791312b0a7a3f811bd6aa788fde28ac8fe3e4c | |
parent | 249335ff6437de4d4d711bc01c51cf4f766b1cdc (diff) |
added a description
-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. |