We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d8a30 commit fc1237aCopy full SHA for fc1237a
dynamic_programming/longest_increasing_subsequence.py
@@ -10,7 +10,7 @@
10
11
Example:
12
``[10, 22, 9, 33, 21, 50, 41, 60, 80]`` as input will return
13
- ``[10, 22, 33, 41, 60, 80]`` as output
+ ``[10, 22, 33, 50, 60, 80]`` as output
14
"""
15
16
from __future__ import annotations
0 commit comments