From b6a8021e35ef29a154267884c4a6b940393c19e6 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Sun, 25 Jul 2021 23:38:08 +0530 Subject: [PATCH] Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp Co-authored-by: David Leal --- .../count_of_trailing_ciphers_in_factorial_n.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp b/bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp index cf5274dd5..8f8cacf40 100644 --- a/bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp +++ b/bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp @@ -1,8 +1,7 @@ /** * @file - * @brief [Count the number of - ciphers](https://www.tutorialspoint.com/count-trailing-zeros-in-factorial-of-a-number-in-cplusplus) - in `n!` implementation + * @brief [Count the number of + * ciphers](https://www.tutorialspoint.com/count-trailing-zeros-in-factorial-of-a-number-in-cplusplus) in `n!` implementation * @details * Given an integer number as input. The goal is to find the number of trailing zeroes in the factorial calculated for