We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6571286 commit 5f47908Copy full SHA for 5f47908
dynamic_programming/subsequence_algorithms.py
@@ -84,7 +84,7 @@ def longest_common_subsequence(first_sequence: str, second_sequence: str):
84
----------
85
first_sequence: str
86
The first sequence (or string).
87
-
+
88
second_sequence: str
89
The second sequence (or string).
90
0 commit comments