Data Structures and Algorithms - Old Questions
Question Answer Details
6. What is binary search? Trace the algorithm of binary search a key 12 in the data:
11,19,5,2,7,21,8,21,12
Answer
AI Generated Answer
AI is thinking...