mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
faff2eb160
commit
41dd372723
@ -21,7 +21,7 @@
|
||||
namespace bit_manipulation {
|
||||
/**
|
||||
* @namespace numberOfCiphersInFactorialN
|
||||
* @brief Program to count number of ciphers in `n!`(https://www.tutorialspoint.com/count-trailing-zeros-in-factorial-of-a-number-in-cplusplus).
|
||||
* @brief Functions for the [Count the number of ciphers](https://www.tutorialspoint.com/count-trailing-zeros-in-factorial-of-a-number-in-cplusplus) in `n!` implementation
|
||||
*/
|
||||
namespace numberOfCiphersInFactorialN {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user