Skip to content

Commit 0080a66

Browse files
authored
Update k-th-symbol-in-grammar.cpp
1 parent 831686b commit 0080a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/k-th-symbol-in-grammar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(logn)
1+
// Time: O(logn) = O(1) because n is 32-bit integer
22
// Space: O(1)
33

44
class Solution {

0 commit comments

Comments
 (0)