Skip to content

Commit 0c03077

Browse files
authored
Update README.md
1 parent 653584c commit 0c03077

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
#### compiled with JDK 13.0.1
44

5-
<b>A data structure used for efficient approximation of coordinates on a plain. My version here is static meaning it is completely built from the tip down to the leaves during initialization in order to improve search performance at a tiny cost of extra memory required to store all quadnodes. Some noteworthy characteristics:</b>
5+
<b>A data structure used for efficient approximation of coordinates on a plain. My version here is static meaning it is completely built from the tip down to the leaves during initialization in order to improve search performance at a tiny cost of extra memory required to store all quadnodes.
6+
7+
Some noteworthy characteristics:</b>
68
- exclusively designed to work with AABBs
79
- pre-built Quadtree eliminates need to create new "Quadnode" objects in real-time
810
- pre-built Quadtree has pre-calculated quadnode centers to eliminate arithmetic during real-time search within tree

0 commit comments

Comments
 (0)