mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +08:00
Update math/finding_number_of_digits_in_a_number.cpp
typo changes Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ uint64_t finding_number_of_digits_in_a_number(uint64_t n) {
|
||||
/**
|
||||
* @brief This function finds the number of digits
|
||||
* in constant time
|
||||
* TC :O(1)
|
||||
* TC: O(1)
|
||||
* @param n the number to check its digits
|
||||
* @returns the digits count
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user