Parcourir la source

added sidewinder algorithm

john melesky il y a 3 ans
Parent
commit
4b88285286
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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