COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200818175743/https://github.com/topics/number-theory
Here are
326 public repositories
matching this 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.
C library for arbitrary-precision interval arithmetic
🚀 Fast prime counting function implementations
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Computational algebraic number theory
Updated
Aug 18, 2020
Julia
Python code to implement various number theory, elliptic curve and finite field computations.
Updated
Jun 3, 2020
Python
🔐 ♆ RSA Cryptosystem Implementation
Updated
Jun 2, 2020
Python
Keith Devlin's Introduction to Mathematical Thinking course on Coursera (2017 Spring)
Collection of slides/documents online related to ICPC
Tool for Solving Problems in Combinatorics and Computational Mathematics
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
🚀 Sum of the primes below x
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.
All the Famous algorithms you need!
💻 My solutions to the course problems and other related problems.
Convergence verification of the Collatz problem
A library of recreational mathematics and number theory related functions inspired by Project Euler
Updated
May 5, 2015
Python
Lectures for the "Problem Solving" Class at Nanjing University.
Dendriform di-algebra algorithms to compute using Loday's arithmetic on groves of planar binary trees
Updated
Dec 7, 2019
Julia
Competitive programming related stuffs (Olympiads, Codeforces, USACO)
Updated
Aug 6, 2020
Modula-3
My library of algorithms and topics focused on competitive programming
Detailed list of important dsa topics and my implementations.
☕ Java Algorithms Implementation.
Updated
Aug 18, 2020
Java
Formal verification of folklore and miscellaneous results in number theory
Updated
Feb 2, 2020
Isabelle
some simple&naive formal proof of trivial Number Theory, using Agda/Coq, just to practice skills
Updated
Feb 10, 2019
Agda
A number sequence which came into existence in early 2016.
Updated
Apr 22, 2020
HTML
Improve this page
Add a description, image, and links to the
number-theory
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
number-theory
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Seen with @arnetheduck.
for uint128, stint properly generates add + adc (see status-im/nim-stint#10)
But for uint256+, the way carry is done will loop multiple time on the low half
https://github.com/status-im/nim-stint/blob/9993b9dca4a2dbf76bc432252ad4e8db944ae831/stint/private/uint_addsub.nim#L17-L29
Important for WASM codesize optimization.