TIME BASED KEY-VALUE STORE| LEETCODE 891 | PYTHON BINARY SEARCH SOLUTION

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


In this video I am dusting off my Leetcode skills and my microphone and making my first video in what feels like forever. It's a relatively straightforward binary search problem being asked at Microsoft.

TIMESTAMPS
00:00 Intro
00:19 Question Prompt
01:53 Solution Intuition
05:49 Coding
11:18 Time/Space Complexity
12:15 Outro
Рекомендации по теме
Комментарии
Автор

Sir, is there a way to support your channel ?

kartikdutta
Автор

Great explanation. Thank you for making this video. Shouldn't space complexity be O(n) because it's going to store n keys corresponding to their values and timestamp ? Hence storing those n items in dictionary is going to occupy space of n elements it stores.

divyashukla
Автор

Can you put out a video on how AI will change programming interviews? Will it center more on systems design, domain knowledge, etc. or will companies still determine that LC type of questions are the best proxy for IQ and will stick with it, even though the questions are pretty deterministic and can solved optimally by AI (I'm thinking in the next ~5 years)

iamdaddy
Автор

long time no see, hope you're doing well

sohaibeboss