Project Euler #155: Counting Capacitor Circuits.

  • + 2 comments

    i think there are same difficult point in this problem 1) how to exclude the duplicate value 2) how to get the corrent arrangement of full n capacitors 3) how to speed up(cut some useless branch)

    i have fixed the 1 and 2, but 3 is still a difficult Challenge