Skip to content

Commit

Permalink
Update RoadMap.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhi-a23 authored Dec 23, 2024
1 parent b8fab36 commit 8f4b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoadMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8f4b237

Please sign in to comment.