Project Euler #78: Coin partitions

  • + 0 comments

    Keyword for this problem is integer partition algorithm.

    There are many unreliable codes in the internet, so you should choose the one that has time = O(n^1.5)