38 results for “topic:greatest-common-divisor”
A modern computer algebra library for Python and Rust.
📚 A list of popular JavaScript algorithms that you'll encounter in the real world. 🧠
EPR: A Factoring and Primality checking library for C++
Programs for the Casio fx-5800P calculator
Pure-Python extended Euclidean algorithm implementation that accepts any number of integer arguments.
but what 'bout B-For Math ?
🔢 Get the greatest common devisor of two numbers
some math-related js classes and possibly more
🔢💻 Get the greatest common devisor CLI
Greatest Common Divisor Finder With Java
A library for computing modular GCD of univariate polynomials.
Python
A couple of algorithms I implemented in order to not get rusty with python.
Calculates the GCD and LCM for given set of numbers.
Practical work on the discipline "Algorithms and data structures" of the second year.
University homework assignments rewritten in rust as well as testing
Gaussian Integers and Gaussian Rationals, implemented using Python integers, since there is no limit on their size, unlike the mantissa of Python floats.
Compute the greatest common divisor (gcd).
A repository that holds some functions related to number theory.
Solutions to some interesting questions on different data structure and algorithm concepts
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
Membuat Sebuah Algoritma untuk mengitung Pecahan GCD (Greatest Common Divisor) atau biasa kita kenal dengan FPB (Faktor Persekutuan Terbesar)
No description provided.
A program that calculates the greatest common divisor and least common multiple of 2 numbers requested as input from the user.
No description provided.
Implementations of some algorithms in C++
Implementation of the extended "Euclidean" algorithm in java.
Compute the greatest common divisor (gcd).
All the different ways to find the greatest common divisor
Examples of algorithms written in Kotlin