Commit Graph

1 Commits

Author SHA1 Message Date
ddidderr 09967ad6d7 docs: explain HCN search algorithm
Add a concise README that documents how the program finds highly composite
numbers. The explanation covers the divisor-count formula, why exponent order
lets the search skip arbitrary numbers, and how the implementation generates
and filters record candidates.

Test Plan:
- Not run; documentation-only change.

Refs: N/A
2026-04-26 13:48:36 +02:00