Skip to content

Instantly share code, notes, and snippets.

#include "KDTree.h"
#include <iostream>
#include <math.h>
using namespace std;
node *KDTree = 0;
// Print the KD Tree
void printTree(node *Tree)
{