Release 0.4 - PR3



As I mentioned in previous blog post, for the very last PR for DPS909 course I will stay in JavaScript algorithms repository (https://github.com/manrajgrover/algorithms-js).

After researching the repository I found out that GCD algorithm that is already in the repo does not filter the cases when user enters real numbers instead of integers. 

So, I have improved a GCD algorithm. Now GCD algorithm filters the cases when user enters real numbers instead of integers. Tests are improved also. Codes are below:


Comments

Popular posts from this blog

Release 0.3 - PR2

Hacktoberfest Final Blog Post