Linked Lists Flashcards
1
Q
What is a linked list?
A
A linked list is a list of data with a set of links and pointers to sort the data on various factors.
2
Q
How is data stored in a linked list?
A
Data is stored in the order it is input and pointers are used to link the data in the desired order.