Linked list

Linked list

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5094-0161-9

High Quality Content by WIKIPEDIA articles! In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference (in other words, a link) to the next node in the sequence; more complex variants add additional links. This structure allows for efficient insertion or removal of elements from any position in the sequence.