From 8f4b2379153562d295c48451202a0021fa0a652e Mon Sep 17 00:00:00 2001 From: riddhi-a23 Date: Mon, 23 Dec 2024 13:26:06 +0530 Subject: [PATCH] Update RoadMap.md --- RoadMap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RoadMap.md b/RoadMap.md index cd13b7c..bd09af5 100644 --- a/RoadMap.md +++ b/RoadMap.md @@ -32,7 +32,7 @@ These are fundamental algorithms and functions often used in competitive program - [ ] Prime Factorization - [x] [Get all Factors (return a Map)](Number_Theory_Functions/Get_Factors) - [x] [GCD of 'a' and 'b' using Euclidean Algorithm](Number_Theory_Functions/GCD_Using_Euclidean_Algorithm) -- [ ] LCM of 'a' and 'b' +- [x] [LCM of 'a' and 'b'](Number_Theory_Functions/LCM_of_a_and_b) - [x] [Binary Exponentiation (with modulus)](Number_Theory_Functions/Binary_exponentiation_(with_modulus)) - [ ] Get Factorial upto 'n' (with modulus) (return an array) - [ ] Get Inverse Factorial upto 'n' (with modulus) (return an array)