LinkedList Flashcards
1
Q
What is a linked list?
A
A linear data structure where elements are stored in nodes, and each node points to the next on in the sequence
2
Q
A
What is a linked list?
A linear data structure where elements are stored in nodes, and each node points to the next on in the sequence