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

GitHub topics: greatest-common-divisor

stdlib-js/math-base-special-gcd

Compute the greatest common divisor (gcd).

Language: JavaScript - Size: 402 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

benruijl/symbolica

A modern computer algebra library for Python and Rust.

Language: Rust - Size: 3.07 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 618 - Forks: 27

AllThingsSmitty/javascript-algorithms

📚 A list of popular JavaScript algorithms that you'll encounter in the real world. 🧠

Size: 13.7 KB - Last synced at: 12 days ago - Pushed at: 22 days ago - Stars: 24 - Forks: 2

MAZ01001/Math-Js

some math-related js classes and possibly more

Language: JavaScript - Size: 634 KB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

lapets/egcd

Pure-Python extended Euclidean algorithm implementation that accepts any number of integer arguments.

Language: Python - Size: 66.4 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 6 - Forks: 1

stdlib-js/math-base-special-gcdf

Compute the greatest common divisor (gcd).

Language: JavaScript - Size: 310 KB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

foo123/Abacus

Advanced Combinatorics and Algebraic Number Theory Symbolic Computation library for JavaScript, Python

Language: JavaScript - Size: 5.12 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 22 - Forks: 5

IceLink1/icelink-connection

Language: JavaScript - Size: 1.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

alreich/gaussian_integers

Gaussian Integers and Gaussian Rational Numbers

Language: Jupyter Notebook - Size: 6.05 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

hurchalla/factoring

EPR: A Factoring and Primality checking library for C++

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

1Git2Clone/hackerrank-hw

University homework assignments rewritten in rust as well as testing

Language: Rust - Size: 53.7 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

GhanimAlmansouri/Euclidean-Algorithm

A simple program that calculates the Greatest Common Divisor through a user input

Language: C++ - Size: 4.88 KB - Last synced at: 11 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

MehrajLatifli/KotlinExam1

Examples of algorithms written in Kotlin

Language: Kotlin - Size: 422 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KiyonoKara/Number-Theory-Functions

A repository that holds some functions related to number theory.

Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rayvantsahni/after-MATH

but what 'bout B-For Math ?

Language: Java - Size: 319 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

emrecoban/gcd-lcm-calculator

Calculates the GCD and LCM for given set of numbers.

Language: Java - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

slugrustle/fx-5800P_progs

Programs for the Casio fx-5800P calculator

Language: TeX - Size: 411 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

basarballioz/Java-Greatest-Common-Divisor-Finder

Greatest Common Divisor Finder With Java

Language: Java - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

knutkirkhorn/gcd-cli

🔢💻 Get the greatest common devisor CLI

Language: JavaScript - Size: 150 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

hassan7100/Find-GCD-for-N-numbers

A java program that finds the greatest common divisor (gcd) for N numbers i.e gcd(n1,n2,n3,n4,n5,n6,....,nN)

Language: Java - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

zeightOFFICIAL/algorithms

Implementations of some algorithms in C++

Language: C++ - Size: 34.6 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

walid385/Python.

Python

Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

mndxpnsn/euclids-algo

Implementation of the extended "Euclidean" algorithm in java.

Language: Java - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mndxpnsn/gcd-lcm

Computation of the greatest common divisor and least common multiple.

Language: Java - Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

merttalug/GreatestCommonDivisor_LeastCommonMultiple

A program that calculates the greatest common divisor and least common multiple of 2 numbers requested as input from the user.

Language: Java - Size: 6.84 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Alex-Lar/Finding-the-GCD

This is a project that can help with boring calculations!

Language: CSS - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

knutkirkhorn/gcd

🔢 Get the greatest common devisor of two numbers

Language: JavaScript - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

MaIsabelSolano/UVG_MD_Proyecto_Corto_2

Proyecto corto realizado para la clase de Matemática Discrete, contiene funciones para obtener el mcd de 2 números dados con el algoritmo de eculides, determinar si un número es primo o compuesto y determinar los factores de un número

Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Samuellucas97/Data-Structures-and-Algorithms

Language: Java - Size: 4.88 KB - Last synced at: 23 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

shahzeb-jadoon/Euclids-Algorithm

Implementation of Euclid's Algorithm in Python and Java to calculate the Greatest Common Divisor of two integers

Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pgram1/Greatest-Common-Divisor

C#/Mono utility that calculates the Greatest Common Divisor of an arbitrary amount of positive integers.

Language: C# - Size: 1000 Bytes - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

kaushikappani/greatest-common-divisor

All the different ways to find the greatest common divisor

Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

luis4a0/libmug

A library for computing modular GCD of univariate polynomials.

Language: C - Size: 58.6 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

frederikpietzko/fun_with_python

A couple of algorithms I implemented in order to not get rusty with python.

Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

iamitaliya/Python-Basics

Language: Python - Size: 840 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

poncoe/javanetbeans_AlgoGCD-Pecahan

Membuat Sebuah Algoritma untuk mengitung Pecahan GCD (Greatest Common Divisor) atau biasa kita kenal dengan FPB (Faktor Persekutuan Terbesar)

Language: Java - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Related Keywords
greatest-common-divisor 36 gcd 15 euclidean-algorithm 14 math 7 python 6 javascript 6 least-common-multiple 6 factorization 5 algorithms 5 nodejs 4 mathematics 4 java 4 euclid 4 prime-numbers 4 fibonacci-sequence 3 lcm 3 common 3 fibonacci 3 binary-gcd 3 euclidean 3 gcf 3 stdlib 2 hcf 2 modular-arithmetic 2 greatest-common-measure 2 greatest-common-factor 2 calculator 2 complex-numbers 2 sieve-of-eratosthenes 2 matrix 2 gcd-calculator 2 gcm 2 polynomial 2 extended-euclidean-algorithm 2 devisor 2 greatest 2 university-course 2 university-assignment 2 university 2 primality-test 2 stein 2 arithmetic 2 computer-algebra 2 node-js 2 groebner-basis 2 node 2 pattern-matching 2 symbolic-computation 2 python3 2 pi 2 highest-common-factor 2 quadratic-formula 2 factorial 2 binary-search 2 highest-common-divisor 2 maths-problem 1 calculator-java 1 tower-of-hanoi 1 exponentiation 1 hash 1 hashing 1 hashing-algorithm 1 search 1 searching-algorithms 1 sort 1 sort-algorithms 1 sorting-algorithm 1 algorithms-and-data-structures 1 monte-carlo-simulation 1 basic 1 cli-app 1 quadratic-equations 1 cli 1 pascals-triangle 1 perfect-number 1 prime-factorizations 1 casio 1 least-common-factor 1 integer-arithmetic 1 fx-5800p 1 mono 1 algo 1 data-structures 1 divisor 1 calculate-e 1 calculate-pi 1 e 1 find-primes 1 pimes 1 prime-factorization 1 armstrong-number 1 basic-learning 1 collatz-problem 1 hangman-game 1 password-generator 1 python-3 1 pythonbasics 1 rock-paper-scissors 1 netbeans-project 1 poncoe 1