Binary Search 12.16.2021

Questions we covered

  1. htps://leetcode.com/problems/binary-search/
  2. https://leetcode.com/problems/fixed-point/
  3. https://leetcode.com/problems/sqrtx/
  4. https://leetcode.com/problems/valid-perfect-square/

What we learnt?
We learnt about basic binary search and a couple of advanced patterns.