Project Euler #68: Magic N-gon ring

  • + 1 comment

    I first sorted results in numerical order, failing test cases # 5, 8, 9, and 11-21. Then I read the problem description again, found that results should be sorted in alphabetical order, which let me pass all of the test cases.