hm - the test set work for part 2, but not my input - any obvious low-hanging hints I probably have forgot? 🧵
🆗 1
j
Jakub Gwóźdź
12/14/2022, 2:30 PM
any chance your “infinite” line at the bottom is not infinite enough? 🙂
f
Fredrik Rødland
12/14/2022, 2:32 PM
found it - I had implemented a size() on a class but never called it - so it only returned the number in the "visisble" portion of my grid. This gris was made large enough to display the entire test "christmas tree".
calling the right size() returned the right answer.