Skip to content

Commit d3f7696

Browse files
committed
wip
1 parent 4374706 commit d3f7696

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
## Kdtree
1+
## Kdtree [![test](https://github.com/gurgeous/kdtree/actions/workflows/test.yml/badge.svg)](https://github.com/gurgeous/kdtree/actions/workflows/test.yml)
22

3-
[![Build Status](https://github.com/gurgeous/kdtree/workflows/test/badge.svg?branch=master)](https://github.com/gurgeous/kdtree/actions)
43

54
A kd tree is a data structure that recursively partitions the world in order to rapidly answer nearest neighbor queries. A generic kd tree can support any number of dimensions, and can return either the nearest neighbor or a set of N nearest neighbors.
65

0 commit comments

Comments
 (0)