Which of the following statements about general-list searches and traversals is false?

A. Searches must be done using a sequential search algorithm.
B. General list traversals start at the beginning and process each node until the last node has been processed.
C. The link field in the current node is used to determine which node is processed next.
D. The search algorithm uses a predecessor pointer.
E. The end of the search is identified by a null link node.

Answer: E

Computer Science & Information Technology

You might also like to view...

Double-clicking an embedded PowerPoint file open the PowerPoint presentation in ________ view

Fill in the blank(s) with correct word

Computer Science & Information Technology

Each class you create becomes a new ________ that can be used to declare variables and create objects.

a. package b. instance c. library d. type.

Computer Science & Information Technology