Skip to content

Commit 42cd6b5

Browse files
authored
Update README.md
1 parent fef5cbe commit 42cd6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# static Quadtree
22

3-
A data structure used for efficient location approximation of coordinates on a plain. My version here is static which means it is completely built from the top down during initialization so that only simple minimum and maximum querries are made against objects to find which (ready made) quadnodes they intersect and focus on within the sub-quadnodes. This static model eliminates both the real-time creation of Quadnode objects and the calculations needed to identify their vertical/horizontal centers.
3+
A data structure used for efficient location approximation of coordinates on a plain. My version here is static which means it is completely built from the top down during initialization. Only simple minimum and maximum querries are made against objects to find which (ready made) quadnodes they intersect and to focus on within the sub-quadnodes. This static model eliminates both the real-time creation of Quadnode objects and the calculations needed to identify their vertical/horizontal centers.
44

55
contains:
66
- Quadtree.java

0 commit comments

Comments
 (0)