There are 12 repositories under number-theory topic.
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
零知识证明入门教程。Comprehensive Zero-Knowledge Proofs Tutorial. #zk #WIP
🚀 Fast prime number generator
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
A performant NumPy extension for Galois fields and their applications
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
🚀 Fast prime counting function implementations
The agda-unimath library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Solutions to In-Class questions, Problem Sets and Exams of MIT Mathematics for Computer Science 2015 (same as 2019 Open Learning Library)
[Coursera] Introduction to Discrete Mathematics for Computer Science Specialization
Keith Devlin's Introduction to Mathematical Thinking course on Coursera (2017 Spring)
Solutions to Susanna Epp's Discrete Mathematics book, 5th Edition
Python code to implement various number theory, elliptic curve and finite field computations.
Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.
Programming Contest Book.
Syllabus and some basic tricks for competitive programming beginner and general coding that increases efficiency of your code and gives an impressive look
Implementations of and how-tos regarding the RSA cryptosystem
A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code, not performance.
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Algorithm visualizer made with React, Material UI and P5JS.
Detailed list of important dsa topics
Something like Sage, but for the WebAssembly and JavaScript world.
Collection of slides/documents online related to ICPC
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
☕ Java Algorithms Implementation