Project Euler #186: Connectedness of a network.

  • + 1 comment

    I have a solution in python3 that I think is using correct data structure and is quite optimized. However, test case 20 is always timing out nad test case 19 is saying wrong answer. Is there anyone with similar issues?