data-structure-and-algorithms
data-structure-and-algorithms copied to clipboard
Implement GCD and LCM in recursion
Implement GCD and LCM of two integers using any langauge
I can do this in JAVA, C++, C, golang
I would like to work on it in python
I can do it in Javascript
On whatever language you choose you can implement it.
Shall I create a folder recursion/
to store GCD_and_LCM.js
?
yes, where we will store them?
@dev-abir Yeah. That is my question to the owner of the repo. I am implementing it in recursion/GCD_and_LCM.js
. You can do it in your language
I will wait for the owner, before PRing
okay I will add this in recursion directory
Hi, I have made directory restructure for mathematics related algorithms please check it out before PR. Thank you.
@ephremdeme Hi. I've made the directory changes to PR #109. Please review it
@ephremdeme I have made necessary changes, please review it.
Can I do this in C and python??
Added code for gcd and lcm in cpp
I can do this in C and Python