We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16693a commit ff2194dCopy full SHA for ff2194d
C++/integer-to-english-words.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(logn), n is the value of the integer
+// Time: O(logn) = O(1), n is the value of the integer, which is less than 2^31 - 1
2
// Space: O(1)
3
4
class Solution {
0 commit comments