Q. Which of the following techniques can be used to search an element in an unsorted array?

  • (A) iterative linear search
  • (B) recursive binary search
  • (C) iterative binary search
  • (D) normal binary search
πŸ’¬ Discuss
βœ… Correct Answer: (A) iterative linear search
Explanation: iterative linear search can be used to search an element in an unsorted array.

Explanation by: Mr. Dubey
iterative linear search can be used to search an element in an unsorted array.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
797
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate