Skip to content

Commit 3cf2de6

Browse files
committed
KDTree spec skeleton
1 parent f3f7d4a commit 3cf2de6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/kd_tree_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$: << File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib')
2+
require 'algorithms'
3+
4+
# TODO: KD Tree Spec

0 commit comments

Comments
 (0)