kothariji / competitive-programming

A one-stop Destination✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
650 stars 495 forks source link

New: Addition of new Mathematics directory #688

Closed TRYTOBE8TME closed 1 year ago

TRYTOBE8TME commented 1 year ago

I've added new directory for mathematics related codes. And have added code for finding LCM of any 2 numbers in the best possible complexity. These numbers could be long long int too and in such cases modulo with 1e9+7 will take care of overflow.

Signed-off-by: Kalpesh Pandya kalpeshpandya7398@gmail.com