ReePrime
GCD of two numbers (Euclidean's algorithm)

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

GCD of two numbers (Euclidean's algorithm)

P
Programmers Fact

7 Views • Jun 20, 2017

Description

HEY GUYS,

This video shows how to find gcd of two numbers in c using recursion or euclidean's algorithm. To find the gcd we use a recursive technique which is quite efficient even for large numbers.

This video shows:
GCD of two numbers in c
GCD using euclidean algorithm
GCD using recursion

Please Subscribe to our channel for more programming tips.

Happy coding :)