Skip to content

Commit a9bf4a2

Browse files
Added Factorial Trailing Zeros in Readme
1 parent 0e5d811 commit a9bf4a2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Contains implementation of some common questions and algorithms related to Mathe
129129

130130
| Topic/Question | Code in Python | Code in C++ |
131131
|-----------------------------------|:------------------:|:-----------------:|
132-
|Fine the number of trailing zeros in factorial of a number |[py](Mathematics/Factorial_Trailing_Zeros.py)|[cpp](Mathematics/Factorial_Training_Zeros.cpp)|
132+
|Fine the number of trailing zeros in factorial of a number |[py](Mathematics/Factorial_Trailing_Zeros.py)|[cpp](Mathematics/Factorial_Trailing_Zeros.cpp)|
133133
|Find the greatest common divisor of 2 numbers |[py](Mathematics/GCD.py)|[cpp](Mathematics/GCD.cpp)|
134134
| print all prime factors of a given number |[py](Mathematics/Prime_factors.py)|[cpp](Mathematics/Prime_factors.cpp)|
135135
| Sieve of Eratosthenes (find prime numbers up to n efficiently) |[py](Mathematics/Sieve_of_Eratosthenes.py)|[cpp](Mathematics/Sieve_of_Eratosthenes.cpp)|

0 commit comments

Comments
 (0)