Answer the following statements true (T) or false (F)
1. When you delete a node from a linked list, you must ensure that the links in the surrounding nodes are set to bypass the node being deleted.
2. Deleting an entire linked list requires a call to the delete operator for each node in the list.
3. The Standard Template Library (STL) provides a linked list container.
4. A list that contains pointers to the previous node, the next node, and a node in the third dimension is known as a triple-linked list.
5. Adding a new node in the middle or at the end of a singly-linked list requires a pointer to the node after which the new node will be added.
1. TRUE
2. TRUE
3. TRUE
4. FALSE
5. TRUE
You might also like to view...
The process of locking cells in a workbook so that users cannot make any changes is:
A. passwording B. protection C. standardization
A query is used to extract a subset of data from a database
Indicate whether the statement is true or false