You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
646~@[,/(&/a;1+b)#'10b;a;1b]?0 / fastest (at this size) without using tricks here https://www.reddit.com/r/adventofcode/comments/k71h6r/2020_day_05_solutions/geo939w/?context=3
646~@[&(c;1+b-c:&/a);a;0]?1 / approx fastest (notice uses int list instead of boolean list)
646~&/a_1+a / Leah (shortest by far!)
/ Second cut - based on insight from: https://www.reddit.com/r/adventofcode/comments/k71h6r/2020_day_05_solutions/geoawah/