First part not so bad. Brute force it through the 80 days. Just keep making the array bigger with no checks! What could possibly go wrong with that! public int LanternfishPart1(List<int> fishes, int NumberOfDays) { int ...
adamsjourney.hashnode.dev2 min read
No responses yet.