Questions we covered
- https://leetcode.com/problems/peak-index-in-a-mountain-array/
- https://leetcode.com/problems/search-in-rotated-sorted-array/
- https://leetcode.com/problems/squares-of-a-sorted-array/
- https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
What did we learn?
We learned about implicit array patterns and how to find first and last position of element in a sorted array.