Linear search can be used on:
a. Unsorted arrays.
b. Sorted arrays.
c. Integer arrays.
d. Any of the above.
d. Any of the above.
Computer Science & Information Technology
You might also like to view...
Which tool enables you to find out how much memory a particular application is using?
A. Msconfig B. Task Manager C. Chkdsk D. System Information
Computer Science & Information Technology
Which of the following statements is true?
Constructors: a) initialize instance variables b) when overloaded, can have identical argument lists c) when overloaded, are selected by number and types of parameters d) a and c
Computer Science & Information Technology