Practice2/solution21.py

3 lines
65 B
Python

def llongest_increasing_subsequence(arr: list) -> list:
pass