prafulla-k-roy / algo-education

This is an educational venture to create a one stop destination for various algorithms, starting for beginners and aiming for expertise.
MIT License
2 stars 22 forks source link

Euclid's Algorithm #10

Closed prafulla-k-roy closed 2 years ago

prafulla-k-roy commented 2 years ago

Write an implementation of Euclid's algorithm on an integer array with proper explanation through comments.

Amn04 commented 2 years ago

Hi @prafulla-k-roy CA you please assign this to me I will do it using c++.

harkar20 commented 2 years ago

Hi @prafulla-k-roy CA you please assign this to me I will do it using python

Amn04 commented 2 years ago

Please close this issue as it is completed

prafulla-k-roy commented 2 years ago

Thank you @Amn04 . I have been sick for last few days, so I wasn't active at the repository. Also I was hoping for Python code as well, but not to be.

Amn04 commented 2 years ago

@prafulla-k-roy I am adding the python code as I see the other guy is not doing it.