MATERIALS
Slideshow - https://docs.google.com/presentation/d/1fAw3V3GSxoEtbarbLSc2O_uwSglsOqpPg_euwHox7w4/edit?usp=sharing
LESSON PLAN
1. Homework review (Median of two sorted arrays), linked to class 4 post
2. Leetcode - Remove duplicates from sorted array
a. https://leetcode.com/problems/remove-duplicates-from-sorted-array/
b. SOLUTION
3. LoL exercise - Searching for a value inside an array
a. Write a program that takes in input of a list of integers and the integer n. Return the index of the first instance of n found in the list. If n is not in the list, return -1.
4. Leetcode - Binary code
a. https://leetcode.com/problems/binary-search/
HOMEWORK
Finish Leetcode exercise "Binary code"
HOMEWORK SOLUTION