Unsorted Arrays vs Binary Search
Estimated Time
15 minutes
Learning Objectives of this Module:
In this module, we will:
- Try to speed up our search by preprocessing the array by sorting it
- Understand the prerequisites of the Binary Search algorithm
- Understand the working of the Binary Search algorithm
- Practice the algorithm
- Test your conceptual understanding with a short quiz