Skip to content

MuizMohamad/euclidean-algo-step-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Extended Euclidean Algorithms Solver (Step By Step)

Simple side-project for generating each step in extended euclidean algorithm since doing the algorithm by hand is quite repetitive.

How to use:

  1. Run the program main.exe
  2. Insert the two number for the algorithm to run
  3. It will run Euclidean Algorithm to check its final remainder
  4. If the remainder is 1 then it will automatically run the Extended Euclid algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages