1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
allocate the head
What is the first thing we must do when creating a linked list?
False
You can traverse a singly linked list from tail to head.
previous and next
What two pointers must a doubly-linked list contain?
a suite of tools for debugging and profiling programs
What is Valgrind?
4
When you add a node to a linked list, how many steps are there?
int **num
Declare a pointer to a pointer to an int, titled num