Python implementation of Quadratic Sieve Algorithm.
-
Updated
Mar 8, 2023 - Python
Python implementation of Quadratic Sieve Algorithm.
A C++ rational (fraction) template class
JNI bindings for primesieve
Math, algorithm, and data structure problems and solutions (http://codeforces.com/)
A compilation of mathematical functions and algorithms
Google Extensions Compilation (Crypto, Recon, Encryption, Discovery)
Website for solving problems on number-theoretic methods of cryptography
Number Theory based algorithms explained in detail using Python/Java.
All interview question.
CRT Based Deterministic Factoring Algorithm and Implementation up to 130 bit Numbers
Lista - Matemática Discreta
Solutions for problems posted on the projecteuler.net website
This program uses Java in order to check if a number is a Mersenne Prime. A Mersenne Prime is defined as a number that can be written as M(n) = 2n − 1 for an integer n.
The conjecture can be summarized as follows. Take any positive integer n. If n is even, divide it by 2 to get n / 2. If n is odd, multiply it by 3 and add 1 to obtain 3n + 1. Repeat the process (which has been called "Half Or Triple Plus One", or HOTPO) indefinitely. The conjecture is that no matter what number you start with, you will always ev…
My Codeforces handle is hobe_naki_hobe_na. Max Rating is 1647
An interactive web application for visualizing the distribution and density of prime numbers using the **Sieve of Eratosthenes**.
Paper: "About the proof of the Collatz conjecture", Status: Eprint: arXiv:1303.2073, id: paper_0001
explore the upside down pi, the nondeterministic pi, the associative pi, the afterpi
Add a description, image, and links to the numbertheory topic page so that developers can more easily learn about it.
To associate your repository with the numbertheory topic, visit your repo's landing page and select "manage topics."