Explorar o código

added sidewinder algorithm

john melesky %!s(int64=3) %!d(string=hai) anos
pai
achega
4b88285286
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/binary_tree_demo.rb

+ 1 - 1
src/binary_tree_demo.rb

@@ -1,7 +1,7 @@
 require 'grid'
 require 'binary_tree'
 
-grid = Grid.new(8,8)
+grid = Grid.new(19,19)
 BinaryTree.on(grid)
 
 puts grid