这是indexloc提供的服务,不要输入任何密码
Skip to content

GlennSandoval/KDTree

Repository files navigation

KDTree

A KDTree implementation in C#

Summary

This is meant for educational purposes. Good for students or anyone wanting a simple project to learn C# with.

The code was written by copying the psuedo code implementation for a KDtree from wikipedia: https://en.wikipedia.org/wiki/K-d_tree and converting it into C#. It is not meant to be performant or an example of best coding practices.

About

KDTree implementation in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages