Percolation/Bond percolation: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Wren
SqrtNegInf (talk | contribs)
m →‎{{header|Raku}}: return Booleans, not integers
Line 1,640:
}
else {
return 0False unless @stack;
$current = @stack.pop
}
return 1True if $current[1] == +@bond - 1
}