Skip to content

A program that reads n<=N integers and finds their gcd, with Euclides' algorithm and Bezout's identity.

License

Notifications You must be signed in to change notification settings

AdriiE17/euclides-and-bezout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Euclides' algorithm and Bezout's identity

This project is a C program that reads n<=N integers and finds their gcd with Euclides' algorithm and Bezout's identity. Also it makes a test for verifying the results. This project is just for practising a math concept.

About

A program that reads n<=N integers and finds their gcd, with Euclides' algorithm and Bezout's identity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages