# KdTree **Repository Path**: XiaoDouCha/KdTree ## Basic Information - **Project Name**: KdTree - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2021-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README KdTree ====== A fast, generic, multi-dimensional Binary Search Tree written in C# Forked from [codeandcats KdTree](https://github.com/codeandcats/KdTree). ## Changes from KdTree This branch is modified to compile for .NET Framework 3.5, and removes the non-MIT licensed GeoUtils class.