From 2a622e0d6466b3db814255623b215260996f8a4d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 15 Jan 2026 18:09:00 -0500 Subject: [PATCH] feat: motiation --- readme.md => README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename readme.md => README.md (51%) diff --git a/readme.md b/README.md similarity index 51% rename from readme.md rename to README.md index 06a7a17..9ef69c2 100644 --- a/readme.md +++ b/README.md @@ -8,4 +8,8 @@ header-only c++ 23 math library - sieves (pritchard) - factorization (pollard-rho, rabin-miller) - profiling -- saturating arithmetic operations \ No newline at end of file +- saturating arithmetic operations + +## motivation + +built to learn and apply modern c++ in a competitive programming environment