python: binary search the easy way (interview tips) (intermediate) anthony explains #173

preview_player
Показать описание
today I go over the much much easier way to handle binary search! I've found this is much better than trying to implement it on the fly in an interview setting.

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Maybe interesting ideas for upcoming videos: git bisect, or the python module heapq.

hielke