Linked List
Learn about the list data structure.
We'll cover the following
A linked list consists of links grouped in a chain. Links are nodes. Each node consists of a key (data) and a next pointer. The next pointer points to the next node in the chain.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.