MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following methods can be used to search an element in a linked list? |
| A. | Iterative linear search |
| B. | Iterative binary search |
| C. | Recursive binary search |
| D. | All of the mentioned |
| Answer» B. Iterative binary search | |