Answer the following statements true (T) or false (F)
1. To delete an entire list, normally you must traverse the list, deleting each node, one by one.
2. When you create a linked list you must know in advance how many nodes the list will contain.
3. A linked list can consist of structs, objects, and other abstract data types.
4. A linked list can grow and shrink as a program runs.
5. Linked lists are less complex to code and manage than arrays.
1. T
2. F
3. T
4. T
5. F
You might also like to view...
When replacing a CPU, which of the following is true?
A) The CPU and motherboard socket must match. B) A motherboard can accept only one type of CPU. C) The CPU and BIOS must match. D) The CPU and heat sink or fan must be bought together for compatibility.
State the formal definition of a “general tree”
What will be an ideal response?