We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b67094 commit b218368Copy full SHA for b218368
k-th-symbol-in-grammar.py
@@ -1,4 +1,4 @@
1
-# https://leetcode.com/problems/k-th-symbol-in-grammar/submissions/
+# https://leetcode.com/problems/k-th-symbol-in-grammar/
2
3
class Solution:
4
def kthGrammar(self, N: int, K: int) -> int:
0 commit comments