(Jim Mischel) A linked list is a fundamental data structure that is often used to implement other data structures. The traditional linked list consists of a sequence of nodes, each of which contains arbitrary data fields and two additional references: links to the previous and next nodes in the list
Read More - Register for Free Membership
