Pramp Mock Technical Interview - Data Structures and Algorithms

preview_player
Показать описание
In this video, I have recorded my mock interview session with some random unknown guy on Pramp. The aim of the video is to show how we move to an optimized solution starting from a naive solution in terms of time and space complexity.

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

Both questions were medium good and solvable.

AnubhavGargAnu
Автор

The second question was way easier than the first one...

abhishekdutt
Автор

I have a rather dumb question. In the second question why did we initialize high = arr.size() instead of arr.size()-1?

sanujgoyal