We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c02092 commit 90c37fcCopy full SHA for 90c37fc
def.h
@@ -5,7 +5,7 @@
5
#define POINT_SPLIT true // Optimized Point-Quad-Tree: splits the bucket on the median point
6
//#define POINT_SPLIT false // Point-Region-Quad-Tree: divides the bucket to equal sized regions
7
8
-#define CAPACITY 512
+#define CAPACITY 128
9
10
#define XLOW 0
11
#define YLOW 1
main.cpp
@@ -79,7 +79,6 @@ int main(int argc, char **argv){
79
tree->getStatistics();
80
}
81
82
- tree->deleteTree();
83
return 0;
84
85
0 commit comments