• 2022-06-04
    A Node structure in a linked list .
    A: consists of two parts, one for the node value and the other for a pointer to another node.
    B: has only one part to store the node value.
    C: has only one part to store the relationship pointer between the nodes.
    D: consists of two parts, one for the node value and the other for the number of bytes required by the node.
  • A

    内容

    • 0

      In a doubly linked list, each node has links to the previous and next nodes in the list. A: 正确 B: 错误

    • 1

      Here must be an even number ( ) in any graph. A: Node with even degrees B: The node of the entry degree is odd. C: Nodes with odd degrees D: The node of the outing is an odd number.

    • 2

      Which<br/>of the following operations is performed more efficiently by doubly<br/>linked list than by linear linked list? () A: Deleting<br/>a node whose location is given B: Searching<br/>an unsorted list for a given item C: Inserting<br/>a node after the node with a given location D: Traversing<br/>the list to process each node

    • 3

      单选题 The () is a pointer that identifies the next element in the linked list. A: link B: node C: array D: a or b

    • 4

      Our Final Exam has: A: One Part which is due next week B: Two parts, part one is due this week, and part two is due next week C: Two parts which are due next week D: Three parts