Longest Increasing Subsequence - LeetCode 300 - JavaScript

preview_player
Показать описание


Step by step walk through of the solution to the popular Google coding interview question, Longest Increasing Subsequence.

LeetCode 300

JavaScript

0:00 Intro
0:38 Explanation
5:19 Code

#softwareengineering #javascript #leetcode
Рекомендации по теме
Комментарии
Автор

great video, fantastic explanation. not kidding when I say I watched 2/3 videos on this problem beforehand fully, but it only made sense and clicked for me with you explanation where you drew out the dp array. great work!

junaidahmed
Автор

Solid channel because native english speaker and good sound quality. The amount of people with accents and / or poor audio quality vids out there is high

hikemalliday
Автор

I guess the tricky part was understanding the problem, I got a little confused there but your explanation solved my questions. Thanks

mrsshenny
Автор

This has a quadratic time complexity, question is looking for linearithmic

OnEwHoRiDesLinEs