Skip to content

Solve Project Euler Problem #31: Coin Sums #2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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