This repository is a curated collection of Golang implementations of notable mathematical problems. It reflects a focused and deliberate effort to explore, express, and examine mathematics through code. From Millennium Prize Problems, to those less popular.
I approach mathematics as a purist.
This repository is not intended to replace formal proofs, nor to trivialize them through computation. Mathematics, in its highest form, is not empirical.
Where a theorem is proven, the implementation is illustrative. Where a problem remains open, the implementation is exploratory.
This repository exists for personal study and interest. No pedagogical simplification is assumed. The reader is expected to engage with the material rigorously.
Each implemented problem is documented in detail in according problem/../PROBLEM.md, including its mathematical meaning and known results.