thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
486 stars 545 forks source link

Create ExtendedEuclidean.cpp (C++ version) #827

Closed Shehab7osny closed 3 years ago

Shehab7osny commented 3 years ago

Added the Extended Euclidean Algorithm in C++

thuva4 commented 3 years ago

Use assert in tests.

Shehab7osny commented 3 years ago

Done! May you please check it now?