yaworsw/euler-manager

View on GitHub
data/problems/172.yml

Summary

Maintainability
Test Coverage
---
:id: 172
:name: Investigating numbers with few repeated digits
:url: https://projecteuler.net/problem=172
:content: "How many 18-digit numbers <var>n</var> (without leading zeros) are there
  such that no digit occurs more than three times in <var>n</var>?\n\n"