Kushal997-das / Hacktoberfest-2024

This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳🎯🚀
https://kushal997-das.github.io/Hacktoberfest-2024/
MIT License
145 stars 261 forks source link

Add Greatest Common Divisor in C++ #408

Closed Amisha2093 closed 5 days ago

Amisha2093 commented 5 days ago

Greatest Common Divisor in C++

Description:

The greatest common divisor (GCD) of two or more numbers is the greatest common factor number that divides them, exactly. It is also called the highest common factor (HCF).

Problem with take two integer values and find the GCD of them.

github-actions[bot] commented 5 days ago

@Amisha2093

Welcome to the Project!

Thank you for opening this Issue 🙌! We’re thrilled to have you join us for Hacktoberfest 💖. We’ll review your submission and get back to you shortly.

In the meantime, please remember to give this repo a star! ⭐ We appreciate your contribution!

Amisha2093 commented 5 days ago

Hi @Kushal997-das,

Please assign this issue to me, under hacktoberfest24.

Amisha2093 commented 5 days ago

Hi @Kushal997-das,

I have not added the code for this problem yet, can you please re-open this issue and assign it to me so that I can contribute to this problem and raise a PR corresponding to this issue.