Given list: (2, 9, 19, 30, 41, 72, 94, 97) Which list elements will be compared to key: 2 using binary search? Ex: 42, 3
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Given list: (2, 9, 19, 30, 41, 72, 94, 97) Which list elements will be compared to key: 2 using binary search? Ex: 42, 3
Given list: (2, 9, 19, 30, 41, 72, 94, 97) Which list elements will be compared to key: 2 using binary search? Ex: 42, 32, 12 2 using linear search? 30 using binary search? 30 using linear search? Which search method is faster to find 2? Which search method is faster to find 30? Select Select
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!