Skip to content

Solve Project Euler Problem #31: Coin Sums #2

@ketema

Description

@ketema

Problem Description

Project Euler Problem #31: Coin Sums

In the United Kingdom the currency is made up of pound (£) and pence (p). There are eight coins in general circulation:

  • 1p, 2p, 5p, 10p, 20p, 50p, £1 (100p), and £2 (200p)

Goal: Find how many different ways can £2 be made using any number of coins?

Implementation Requirements

  • Implement solution with TDD approach
  • Add comprehensive test coverage
  • Document the algorithm and approach
  • Verify correctness of the solution

Reference

  • Language: Python
  • Directory: problem31/python/
  • Follow existing project structure and conventions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions