๐ Modalitร anteprima. Le prime quindici lezioni di Foundations sono gratuite; questa รจ Pro. Avvia un trial di 7 giorni per sbloccare l'editor, i suggerimenti AI e il resto del programma. Carta richiesta, disdici in qualsiasi momento dalla Dashboard.Avvia trial di 7 giorni โ
โ CorsiโบInterview PrepโบModulo 4 ยท Programmazione dinamica e heapโบSottosequenza crescente piรน lunga in O(n log n)write57 / 104
+150 XP
Compito๐ shown in EN
๐ **Question:** Implement `lis_length(nums)` in O(n log n) using `bisect_left`. Test on [10,9,2,5,3,7,101,18].
๐ Pick the right answer.
๐ก **Hint:** Re-read the theory above if unsure.