-
Updated
Jun 22, 2020 - PHP
#
number-theory
Here are 313 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
finance
statistics
algebra
math
information-theory
vector
matrix
linear-algebra
probability
mathematics
regression
combinatorics
number-theory
numerical-analysis
distributions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
python
java
haskell
project-euler
math
algorithms
mathematics
mathematica
competitive-programming
recursion
dynamic-programming
proofs
number-theory
-
Updated
May 27, 2020 - Java
-
Updated
Jun 8, 2020 - C++
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
c-plus-plus
algorithm
algorithms
graph-algorithms
mathematics
competitive-programming
data-structures
sorting-algorithms
computational-geometry
game-theory
tree-structure
combinatorics
dynamic-programming
coding-interviews
hashing-algorithms
greedy-algorithms
binary-search
number-theory
string-algorithms
backtracking-algorithm
-
Updated
Mar 6, 2020 - C++
Computational algebraic number theory
math
computer-algebra
julia
discrete-mathematics
number-theory
hecke
algebraic-number-theory
class-field-theory
-
Updated
Jun 25, 2020 - Julia
Python code to implement various number theory, elliptic curve and finite field computations.
-
Updated
Jun 3, 2020 - Python
Keith Devlin's Introduction to Mathematical Thinking course on Coursera (2017 Spring)
-
Updated
May 30, 2017
mratsim
commented
Sep 25, 2019
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.
Collection of slides/documents online related to ICPC
-
Updated
Jan 20, 2019 - TeX
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
algorithms
notebook
icpc
competitive-programming
hackerrank
data-structures
codeforces
graph-theory
acm
number-theory
spoj-solutions
sport-programming
-
Updated
Oct 14, 2019 - C++
Tool for Solving Problems in Combinatorics and Computational Mathematics
parallel
permutation
combinatorics
combinations
factorization
prime-factorizations
number-theory
primesieve
-
Updated
Apr 26, 2020 - C++
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.
cryptography
csharp
math
mathematics
numerics
number-theory
factoring-integers
integer-factorization
lenstra
-
Updated
Jun 6, 2020 - C#
[Coursera] Introduction to Discrete Mathematics for Computer Science Specialization
cryptography
probability
coursera
discrete-mathematics
graph-theory
combinatorics
number-theory
coursera-discrete-mathematics
-
Updated
Jan 19, 2020 - Jupyter Notebook
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
parsing
graph-algorithms
matrix
competitive-programming
data-structures
acm-icpc
algorithm-competitions
bitmask
dynamic-programming
programming-competitions
number-theory
maxflow
string-matching
computational-geometry-algorithms
sorting-searching
-
Updated
Apr 11, 2020 - C++
All the Famous algorithms you need!
graph
graphs
strings
data-structures
sorting-algorithms
shortest-paths
trees
number-theory
dfs-algorithm
bfs-algorithm
hld
-
Updated
Oct 21, 2018 - C++
A library of recreational mathematics and number theory related functions inspired by Project Euler
-
Updated
May 5, 2015 - Python
Dendriform di-algebra algorithms to compute using Loday's arithmetic on groves of planar binary trees
math
graph
mathematics
discrete-mathematics
graph-theory
combinatorics
binary-trees
number-theory
abstract-algebra
hopf-algebra
-
Updated
Dec 7, 2019 - Julia
Lectures for the "Problem Solving" Class at Nanjing University.
course-materials
algorithms
logic
linear-programming
set-theory
discrete-mathematics
graph-theory
group-theory
lecture-notes
number-theory
abstract-algebra
nanjing-university
computational-complexity
nju-courses
discrete-probability
-
Updated
Jun 2, 2020 - TeX
java
ascii-table
math
physics
competitive-programming
greedy
sorting-algorithms
computational-geometry
gcd
combinatorics
numerical-methods
fibonacci-series
number-theory
lcm
-
Updated
May 24, 2020 - Java
tree
algorithm
stack
queue
algorithms
datastructures
graph
mathematics
competitive-programming
data-structures
geeksforgeeks
number-theory
bitwise-operators
mathematical-logic
algorithms-datastructures
algorithms-and-data-structures
geeksforgeeks-solutions
geeksforgeeks-cpp
geeksforgeeks-dsa
-
Updated
Jun 20, 2020 - C++
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
My library of algorithms and topics focused on competitive programming
algorithms
cpp
graphs
competitive-programming
data-structures
string-manipulation
contests
number-theory
code-library
competitive-programming-algorithms
2d-geometry
-
Updated
Jun 21, 2020 - C++
Creates a counting system of radixes such as base 12 or mixed radixes such as Minutes/Hours/Days/Years (60/60/24/365)
-
Updated
May 8, 2019 - C#
A number sequence which came into existence in early 2016.
javascript
java
algorithm
cpp
password-generator
mathematics
webapp
html-css
bootstrap3
oeis
beginner-friendly
number-theory
oeis-database
-
Updated
Apr 22, 2020 - HTML
Analytic Number Theory high-precision GnuMP routines
special-functions
arbitrary-precision
complex-numbers
combinatorics
multiprecision
numerical-methods
number-theory
transcendental-functions
numerical-analysis
numerical-algorithms
-
Updated
Mar 9, 2019 - C
Exploration of primes, factorization and number theory through haskell
-
Updated
Oct 10, 2016 - Haskell
CRY crypto library
-
Updated
Apr 19, 2020 - C
Improve this page
Add a description, image, and links to the number-theory topic page so that developers can more easily learn about it.
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."
Returns x such that incomplete_gamma(a, x) = y. It could be implemented by searching for the only root of a monotonic function on (0, infinity).
see gammaincinv