1.8 Which of the following statements are true:
A) binary search is always better than sequential search.
B) binary search is better than sequential search when number of elements is small.
C) binary search is better than sequential search when number of elements is very large.
D) binary search is always inferior to sequential search.
Which of the following statements are true:
July 17, 2021 in C and CPP