Progress

Answered
0
Remaining
50
Skipped
0
0%
Complete
45:00
1 / 50
Question Navigator
Answered
Skipped
Current

Pseudocode • Question 1

HARDSCENARIO

A developer is tasked with optimizing a search algorithm for a large dataset of 1 million sorted records. The current implementation uses linear search which takes too long. The team suggests implementing binary search instead. What would be the time complexity improvement?