Skip to content

C++ program to find HCF of 2 integers using Euclid's division lemma (recursive)

Notifications You must be signed in to change notification settings

PallavRastogi/HCF-Euclid-Division-Lemma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

HCF-Euclid-Division-Lemma

C++ program to find HCF of 2 integers using Euclid's division lemma (recursive)

it is an algorithm to find hcf of 2 numbers and using hcf to fnd lcm hcflcm = n1n2

.

About

C++ program to find HCF of 2 integers using Euclid's division lemma (recursive)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages