Skip to content

Commit b6a8021

Browse files
SwastyyPanquesito7
andauthored
Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent d3c1ff4 commit b6a8021

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* @file
3-
* @brief [Count the number of
4-
ciphers](https://www.tutorialspoint.com/count-trailing-zeros-in-factorial-of-a-number-in-cplusplus)
5-
in `n!` implementation
3+
* @brief [Count the number of
4+
* ciphers](https://www.tutorialspoint.com/count-trailing-zeros-in-factorial-of-a-number-in-cplusplus) in `n!` implementation
65
* @details
76
* Given an integer number as input. The goal is to find the number of trailing
87
zeroes in the factorial calculated for

0 commit comments

Comments
 (0)