Skip to content

Commit b218368

Browse files
authored
leetcode #779
1 parent 4b67094 commit b218368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k-th-symbol-in-grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://leetcode.com/problems/k-th-symbol-in-grammar/submissions/
1+
# https://leetcode.com/problems/k-th-symbol-in-grammar/
22

33
class Solution:
44
def kthGrammar(self, N: int, K: int) -> int:

0 commit comments

Comments
 (0)