cheran-senthil / PyRival

⚡ Competitive Programming Library
https://pyrival.readthedocs.io/
Apache License 2.0
1.17k stars 312 forks source link

Taking submissions? #67

Open jxu opened 3 years ago

jxu commented 3 years ago

I wrote some number theory functions here (not optimized) at https://github.com/jxu/PyPE/blob/master/src/number.py

cheran-senthil commented 3 years ago

Most of the number theory in PyRival is stuff that I have personally researched and optimized over many iterations; if you can prove that your code is faster with benchmarks, I will be happy to take a look.