We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f146b9e commit 4a7ffccCopy full SHA for 4a7ffcc
lib/solutions/day_18.rb
@@ -49,7 +49,7 @@ def sim!
49
r = (0...@corruptions.size)
50
51
result = r.bsearch do |corruption_index|
52
- puts "BSearching #{corruption_index} - #{@corruptions[corruption_index].join(',')}"
+ # puts "BSearching #{corruption_index} - #{@corruptions[corruption_index].join(',')}"
53
@grid = Array.new(@rows) { Array.new(@cols, '.') }
54
rain_corruption!(corruption_index)
55
run! == Float::INFINITY
0 commit comments