mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-28 13:48:56 +08:00
add kdtree test
This commit is contained in:
parent
b7662dc784
commit
d74ab2ff28
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
func TestHeap(t *testing.T) {
|
func TestHeap(t *testing.T) {
|
||||||
Convey("Given a heap", t, func() {
|
Convey("Given a heap", t, func() {
|
||||||
h := newHeap()
|
h := newHeap()
|
||||||
|
|
||||||
Convey("When heap is empty", func() {
|
Convey("When heap is empty", func() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user