Interview Questions - Longest Increasing SubArray | Cisco, Facebook, Ola, Bloomberg | Tech Primers

preview_player
Показать описание
This video covers the Longest Increasing SubArray problem asked in Cisco, Facebook, Ola and Bloomberg Interviews.

Video Editing: iMovie

Background Music:
Joakim Karud
Рекомендации по теме
Комментарии
Автор

Is this the most optimal solution? You can loop through that array with for in loop and compare current Element with last and increment count it reset. Print length at the end

AnuragDeshpande
Автор

Sorry but i didn't understand how the array is already sorted? At 2:27 you said the array is already sorted. But it is not right?

raghuveerk