gcd-calculator
There are 22 repositories under gcd-calculator topic.
basarballioz/Java-Greatest-Common-Divisor-Finder
Greatest Common Divisor Finder With Java
Jee-El/GCD-LCM-Calculator
Calculator of the Greatest Common Divisor & Lowest Common Multiple of two integers.
YetNT/ump
These utils are useless
evilthreads669966/GCF_Calculator
A GCF calculator that gives you the greatest common factor, common factors, and factors for an infinite amount of numbers.
frederikpietzko/fun_with_python
A couple of algorithms I implemented in order to not get rusty with python.
GuyKabiri/GCD-Calculator-in-C-using-Processes
An Exercise as a part of the `Operation Systems` course. Calculate the gcd of pairs of numbers using processes and pipes in C.
Lavertis/extended-euclidean-calculator
A static website using pure JavaScript for extended euclidean algorithm calculation.
MManoah/euclidean-and-extended-algorithm-calculator
Finds the GCD using the euclidean algorithm or finds a linear combination of the GCD using the extended euclidean algorithm with all steps/work done shown
AvaAvarai/gcd_calc
Find gcd and first positive and negative linear combinations for maths eval
floaust/cryptoScripts
A small tool to output the greatest common divisor, square-and-multiply and shift cipher.
theo-xiao-sg/algorithms_python
a few algorithms implemented by python codes
tmfreiberg/euclids_algorithm_analysis
Numerical investigation into the distributional analysis of the time complexity of Euclid's algorithm. Sheds numerical light on an "obscure" constant related to a certain variance.
AnesBenmerzoug/GCD-Hardware-Module
A Greatest Common Divisor Hardware Module written in SystemC
AruneemB/GCD
Simple Java OOP based algorithms to calculate the greatest common divisor of two given numbers.
Epoza/GCD-Matrix-Method
Shows step-by-step the GCD(Greatest Common Divisor) of two numbers using the matrix method
GuyKabiri/GCD-Calculator-in-C-using-Threads
An Exercise as a part of the `Operation Systems` course. Calculate the gcd of pairs of numbers using threads and mutex lock in C.
lionkor/GCD_Calculator
GCD Calculator is a small GUI program, written in C#, which will quickly calculate the greatest common divisor of two natural numbers.
sadiqsonalkar/sql-program-basic-to-hard
Sql or pl\sql program
SappirBo/Calculator-App
My first PyCharm project, mainly implementing first year tasks to practice Python, PyCharm and Math.
tom-weatherhead/thaw-gcd
Euclid's greatest common divisor algorithm as a JavaScript component and npm package
Zilean12/GCD-Number-using-loop-and-Euclidean-
To calculate the GCD Number using loop and with Euclidean method