Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: number-theory

debsourav33/CodeForces-Problem-Solutions

Codeforces Problem Solutions. Focused on Dynamic Programming, Data Structures, Number Theory, Graph Algorithms, Binary Search

Language: C++ - Size: 308 KB - Last synced: about 2 months ago - Pushed: 6 months ago - Stars: 24 - Forks: 23

exc-jdbi/BigPrimeGenerators

A very fast async parallel generator for big/large prime numbers. Several prime numbers can be generated simultaneously via the bit or digit length.

Language: C# - Size: 459 KB - Last synced: 2 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

Algo-Phantoms/Algo-Tree

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.

Language: C++ - Size: 2.49 MB - Last synced: about 2 months ago - Pushed: 12 months ago - Stars: 345 - Forks: 624

CodingWizard2001/Number-Theory

Number theory is a branch of mathematics that deals with the properties and relationships of numbers, particularly integers. It encompasses various topics, including prime numbers, divisibility, modular arithmetic, congruences, and Diophantine equations. Number theory has applications in cryptography, computer science.

Language: C++ - Size: 13.7 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

NillionNetwork/sophiegermain

Pure-Python library that provides a selection of Sophie Germain primes that are organized by representation size.

Language: Python - Size: 76.2 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 3 - Forks: 0

chrnk-exe/NTMoC_algorithms

Algorithms of number-theoretic methods of cryptography

Language: Python - Size: 35.2 KB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

MISabic/Competitive-Programming-Template

Algorithm and data structures implementation for contests

Language: C++ - Size: 39.1 KB - Last synced: 3 months ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

Symplectos/MagmaNeighbours 📦

The goal of this project is to implement TwoNeighbours (TN) by B. Hemkemeier and HermitianNeighbours (HN) by A. Schiemann in MAGMA.

Language: MATLAB - Size: 43 KB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

xbarin02/collatz

Convergence verification of the Collatz problem

Language: Shell - Size: 874 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 56 - Forks: 6

theoden8/matcalc

Performance-oriented implementations of mathematical sequences, callable from header-only/static/dynamic library or as executables.

Language: C - Size: 184 KB - Last synced: 3 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

mariovilar/matematiques-enginyeria-informatica

Repositori dels meus apunts, exercicis i projectes en el doble grau de Matemàtiques i Enginyeria Informàtica (UB)

Language: Jupyter Notebook - Size: 175 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 3 - Forks: 0

shubh11220/The-Stable-Matching-Algorithm

The Stable Matching or the Stable Marriage algorithm is a mathematical algorithm that finds stable matches between two equally sized sets of elements, the proposers and the acceptors. This project uses basic Python data structures to implement the algorithm.

Language: Python - Size: 3.91 MB - Last synced: 3 months ago - Pushed: almost 4 years ago - Stars: 5 - Forks: 2

emhayki/Project-Euler

Solutions to various Project Euler problems implemented in different programming languages.

Language: MATLAB - Size: 146 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 7 - Forks: 1

rockysnow7/prime-encode

A mostly-lossless compression algorithm based around prime factorisation.

Language: Python - Size: 3.91 KB - Last synced: 3 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

my-LinkedIn/sexy-primes

Quick and dirty Sexy primes sequence in D

Language: D - Size: 33.2 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ibrahimhabibeg/foodGame

A variation on Nim Game

Language: JavaScript - Size: 156 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

jakubwro/NumberTheoreticTransforms.jl

A Julia package for number theoretic transforms

Language: Julia - Size: 284 KB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 7 - Forks: 1

EnriquePH/Libro_Bestiario_TN

Libro sobre Teoría de Números y funciones aritméticas

Language: R - Size: 531 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

Anirban166/RSA-Cryptosystem

Implementations of and how-tos regarding the RSA cryptosystem

Language: Julia - Size: 105 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 60 - Forks: 19

machulsky61/GoldbachConjecture

This repository contains Haskell functions to explore Goldbach's Conjecture, a classic problem in number theory. Dive into prime numbers, computational verification, and conjecture testing.

Language: Haskell - Size: 16.6 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

JASory/ENT

Elementary Number Theory for Integers in Rust

Language: Rust - Size: 479 KB - Last synced: about 1 month ago - Pushed: 6 months ago - Stars: 15 - Forks: 1

Peakergzf/the-marvelous-mrs-maths

Interesting math related algorithms and problems :symbols:

Language: Python - Size: 1.9 MB - Last synced: 3 months ago - Pushed: almost 5 years ago - Stars: 8 - Forks: 0

nayuki/Project-Euler-solutions

Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.

Language: Java - Size: 2.52 MB - Last synced: 3 months ago - Pushed: 7 months ago - Stars: 1,827 - Forks: 682

Michael-M-aher/Selected-Topics-CS

A collection of problem-solving solutions in C++ during CS495 course

Language: C++ - Size: 51.8 KB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ivangalbans/TeamReference

Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.

Language: C++ - Size: 766 KB - Last synced: 22 days ago - Pushed: about 2 years ago - Stars: 40 - Forks: 9

Malmadork/kaprekar

Analyzing Kaprekar's Constant and Creating Data Visualization of Kaprekar Routines

Language: JavaScript - Size: 2.93 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

skyf0l/ecm-rs

Lenstra's Elliptic Curve Factorization Implementation in Rust

Language: Rust - Size: 41 KB - Last synced: 11 days ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

aryyawijaya/competitive-programming-cpp

Project that archive my c++ code templates for various topics in Competitive Programming

Language: C++ - Size: 3.91 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

alfille/EgyptianFractions

Sums of unique reciprocals that add up to an integer.

Size: 9.77 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

AdamWhiteHat/RC4Ever

Two RC4 stream cipher variants for hashing, CBC, visualizing how it works, or just general encryption. Includes 2 variants: A simple table with a method to visualize the permutation state of the table and the avalanche effect as a bitmap, and a more serious attempt at a secure encryption scheme. NOTE: PROBABLY NOT ACTUALLY SECURE, SO DO NOT TRUST IT!

Language: C# - Size: 1.15 MB - Last synced: 21 days ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 0

AdamWhiteHat/MaurerPrimes

Fast, hybrid, probabilistic, cryptographically-random, equi-distributed C# prime finding application

Language: C# - Size: 161 KB - Last synced: 21 days ago - Pushed: about 2 years ago - Stars: 1 - Forks: 2

1nfocalypse/Feisty

A toy implementation of a Feistel Network. Supports 256 bit keys with 16 rounds over a XOR cipher. Built primarily for education.

Language: C++ - Size: 553 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

ravibitsgoa/Implementations_of_various_algorithms_and_data_structures

A few common data structures and algorithms implemented in C++.

Language: C++ - Size: 60.5 KB - Last synced: 4 months ago - Pushed: over 4 years ago - Stars: 7 - Forks: 1

pi2infinity/RecreationalMath

Where I store code I've kludged together to help me feel out some mathematical wondering I had.

Size: 15.6 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

mgalang229/Codeforces-1920C-Partitioning-the-Array

Language: C++ - Size: 1.95 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

mukundbhudia/find-prime

Finds the next prime(s) given an initial prime.

Language: Rust - Size: 13.7 KB - Last synced: about 2 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

chakravala/Dendriform.jl

Dendriform di-algebra algorithms to compute using Loday's arithmetic on groves of planar binary trees

Language: Julia - Size: 114 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 16 - Forks: 5

AbdeltwabMF/anthology-of-algorithms-and-data-structures

Common Code for Competitive Programming in C++

Language: C++ - Size: 370 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 20 - Forks: 4

StrongerProgrammer7/cryptographicalProtocol

The repository for study cryptographical protocols on the number theory

Language: Python - Size: 62.5 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

linas/anant

Analytic Number Theory high-precision GnuMP routines

Language: C - Size: 548 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 14 - Forks: 5

skyf0l/discrete-logarithm

Fast discrete logarithm solver in Rust

Language: Rust - Size: 27.3 KB - Last synced: 12 days ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

lightediand/platonic-sums

Functions to test whether all positive integers under a given interval can be written as the sum of n Platonic numbers, based on Pollock's conjectures.

Language: Python - Size: 0 Bytes - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ysfalh/divisibility-by-7

One of my first algorithms: How to check whether a large number can be divided by 7? Calculators won't help for some large numbers.

Language: HTML - Size: 239 KB - Last synced: 5 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

xtanmaygarg/Project_Euler_Solutions

This Repository Contains All Project Euler Solutions By Me

Language: Python - Size: 61.5 KB - Last synced: 5 months ago - Pushed: about 4 years ago - Stars: 2 - Forks: 0

BIJOY-SUST/Competitive-Programming

Here, I've added some competitive programming problem solutions and resources. You can use these Online Judge solutions and resources in your coding time.

Language: C++ - Size: 227 MB - Last synced: 14 days ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

alexanderskulikov/discrete-math-python-scripts

Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera

Language: Jupyter Notebook - Size: 1020 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 263 - Forks: 106

lauhemahfus/competitive-programming

My Competitive Programming Code Snippets

Language: C++ - Size: 5.86 KB - Last synced: 5 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

supershivam13/CP_Templates

Language: C++ - Size: 798 KB - Last synced: 5 months ago - Pushed: over 2 years ago - Stars: 8 - Forks: 5

enricobolzonello/AAD-algorithms

Algorithms seen in Advanced Algorithm Design course @ UniPd

Language: Python - Size: 11.7 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

roessland/gopkg

My Go libs for algorithms, data structures, optimization, number theory, geometry and linear algebra. Tailored for solving Project Euler problems.

Language: Go - Size: 68.4 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 3 - Forks: 0

4skl/MPSolve

Trying to make a proof of the multiplicative persistence conjecture using a formal language.

Language: Python - Size: 7.81 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ramizouari/CPLibrary

Competitive Programming Library

Language: C++ - Size: 2.71 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 3 - Forks: 0

masum184e/problem_solving_techniques

Unmasking the array of daily techniques utilized in competitive programming. Throughout your competitive programming journey, these techniques will assist you in making your solutions a little bit more efficient.

Language: C++ - Size: 24.4 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

vishnu921/Data-Structures-and-Algorithms

Language: C++ - Size: 268 KB - Last synced: 5 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

oppenheimera/euler

Language: Python - Size: 2.69 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

tar3q-az1z/project-euler-solutions

algorithmic solutions of problems from projecteuler.net, solved by me

Language: C++ - Size: 27.3 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ioanto/Project-Euler

Attempted Project Euler's problems with their working solutions.

Language: Python - Size: 36.1 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

threecifanggen/computation-number-theory-in-rust

Language: Rust - Size: 28.3 KB - Last synced: 6 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

sambayon/EulerProject

Project Euler solutions. Math is awesome!

Language: Python - Size: 253 KB - Last synced: 6 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ShifatJahanShifa/Topic-Wise-Problem

Topic wise problems for Competitive Programming

Language: C++ - Size: 68.4 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

farkaskid/Project-Euler-Solutions

Solutions for the problems in https://projecteuler.net

Language: C - Size: 1.95 KB - Last synced: 6 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

theriault/maths

Maths includes mathematical functions not defined in the standard Go math package.

Language: Go - Size: 139 KB - Last synced: 2 months ago - Pushed: about 1 year ago - Stars: 176 - Forks: 7

rzeta0/From-Primes-To-Riemann

slides accompanying the blog and YouTube channel

Size: 65 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

RichardGanaye/Ireland-Rosen

Solutions to Ireland, Rosen exercises in "A Classical Introduction to Modern Number Theory"

Language: TeX - Size: 13.1 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 7 - Forks: 3

Kartmaan/prime_number_analysis

Analysis notebook on prime numbers

Language: Jupyter Notebook - Size: 1.13 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

rudrakshi99/Data-Structures-And-Algorithm

A collection of algorithms and data structures in C++. If you loved it, give a 🌟!

Language: C++ - Size: 9.63 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 17 - Forks: 2

Rosiedefazio/Primitive-Numbers

Check if a ring modulo n has primitive numbers and which numbers they are

Language: Python - Size: 2.93 KB - Last synced: 7 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

smirnovlad/algorithms

A collection of algorithms and data structures implemented in C++

Language: C++ - Size: 48.8 KB - Last synced: 4 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

ishpreet-singh/icpc-2020

ICPC Repository for UWindsor students 2020

Size: 311 KB - Last synced: 7 months ago - Pushed: over 4 years ago - Stars: 3 - Forks: 0

wxlfe/rrs-mod-n

Given a modulus n >1, constructs a reduced residue system modulo n.

Language: JavaScript - Size: 3.91 KB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

mgalang229/Codeforces-1294D-MEX-maximizing

Language: C++ - Size: 2.93 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

rafa14-maker/YouKnowWho-academy

All the data structure and algorithms problems i have solve from Shajalal Shohags YouKnow Who academy

Language: C++ - Size: 1.45 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

roelchristian/quadratic-forms-paper

Math 621M Term Paper

Language: TeX - Size: 1.44 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

laplacef/crypto_algorithms

A collection of algorithms used in cryptographic applications

Language: Python - Size: 5.86 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

harshits2808/Project-Euler

My Solutions to few Project-euler problems

Language: Python - Size: 5.49 MB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 2 - Forks: 0

sajed-zarrinpour/Number-Partitioning

Language: C++ - Size: 16.6 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

somefunAgba/PowerPatterns

Recursive Patterns: Integer Powers of Real Numbers

Language: Python - Size: 9.77 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

Forzooo/cryptographyComplements

A Python library, in development, that allows the user to use cryptography, and related, functions.

Language: Python - Size: 311 KB - Last synced: 5 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

lacson/crypto

Scripts for crytographic ciphers, etc. Used to practice skills for MATH 4175 @ Virginia Tech.

Language: Python - Size: 17.6 KB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

12tarun/Spoj-Solutions

This repository contains solutions of various classical problems on SPOJ.

Language: C++ - Size: 2.08 MB - Last synced: 4 months ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 0

Siddh4nt2003/Study-tool-projects

Projects that help solve problems in Quantum Mechanics, Matrix Algebra, Free Electron Theory, Number Theory etc.

Language: Python - Size: 17.6 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

kimwalisch/primesum

🚀 Sum of the primes below x

Language: C++ - Size: 975 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 36 - Forks: 2

fermulerpy/fermulerpy

Repository for the FermulerPy core package. Fermulerpy is useful for problems related to various fields of Number Theory.

Language: Python - Size: 169 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 9 - Forks: 9

DavidLikesLearning/OddPerfectRoots

I'm exploring odd perfect roots and algorithms for their efficient computation.

Language: Python - Size: 3.91 KB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

goessl/rdx

Radix conversion module.

Language: Python - Size: 206 KB - Last synced: about 21 hours ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

michaelcchu/math

oeis contributions and results on finite additive 2-bases

Language: HTML - Size: 18.6 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

kaidul/Data_Structure_and_Algorithms_Library

A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming

Language: C++ - Size: 175 KB - Last synced: 7 months ago - Pushed: about 1 year ago - Stars: 183 - Forks: 119

jesseoff/ratmath

Utilities for Rational Numbers in Common Lisp (rational approximations and interval arithmetic) Available in quicklisp (ql:quickload :ratmath)

Language: Common Lisp - Size: 34.2 KB - Last synced: 8 months ago - Pushed: over 4 years ago - Stars: 5 - Forks: 0

anuanu0-0/DSA_Roadmap_topics

Detailed list of important dsa topics

Size: 207 KB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 32 - Forks: 18

priyanka-deshmukh8/CSESproblemsSolutions

Language: C++ - Size: 2.93 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

hqztrue/integer_complexity

Algorithms for computing the integer complexity.

Language: C++ - Size: 1.15 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 2 - Forks: 0

wandering007/ProjectEuler

solve mathematics problems by programming

Language: C++ - Size: 1.44 MB - Last synced: 8 months ago - Pushed: over 2 years ago - Stars: 2 - Forks: 1

KHvic/algorithms

Advance algorithm implementations

Language: C++ - Size: 58.6 KB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 12 - Forks: 1

jflopezfernandez/OptimumPrime

Prime number utility program using the GNU GMP library

Language: C - Size: 25.4 KB - Last synced: 8 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

jflopezfernandez/cc0

Language: C - Size: 63.5 KB - Last synced: 8 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

1nfocalypse/CryptoWriteup

A collection of notes on mathematical Cryptography, ranging from classical methods through contemporary.

Size: 268 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 2 - Forks: 0

sagemathinc/JSage

Something like Sage, but for the WebAssembly and JavaScript world.

Language: JavaScript - Size: 7.67 MB - Last synced: 4 days ago - Pushed: over 1 year ago - Stars: 33 - Forks: 4

evaizalith/highly-composite-numbers

Find highly composite numbers

Language: Rust - Size: 3.91 KB - Last synced: 8 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

rkm0959/Number_Theory_in_CP_PS

CP, PS 정수론을 위한 가이드

Language: C++ - Size: 85 KB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 152 - Forks: 4

Electron1997/Algorithms

Custom implementation of some algorithms in C++

Language: C++ - Size: 106 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0