Skip to content

Commit ff2194d

Browse files
authored
Update integer-to-english-words.cpp
1 parent c16693a commit ff2194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/integer-to-english-words.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(logn), n is the value of the integer
1+
// Time: O(logn) = O(1), n is the value of the integer, which is less than 2^31 - 1
22
// Space: O(1)
33

44
class Solution {

0 commit comments

Comments
 (0)