ghostmkg / programming-language

You write code in any programming language you want. And push the code.
33 stars 79 forks source link

Create Binary_GCD_recursive.py #95

Closed Roy-Shubhajit closed 17 hours ago

Roy-Shubhajit commented 1 day ago

What does this PR do?

Added code for finding the Greatest Common Divisor between two numbers

Test Plan

To check the code, change the values of 'a' and 'b' in line 26.

Related PRs and Issues

Not related to any previous issues

Have you read the Contributing Guidelines on issues?

Yes