A step-by-step visualization of #LeetCode question 35: Search Insert Position, with an explanation of the #BinarySearch algorithm.
0:00 Intro
0:38 Binary Search Overview
1:31 Why is it O(log n)?
2:22 Code Walkthrough
5:02 If the target is not found
#coding #algorithms #programming