A linked list is made up of nodes, which are groups of data objects that are randomly stored.
Each node in a linked list is connected to its neighbors by a pointer.
The data field and the link field are the two fields that make up a node.
What is the linked list data structure?
robort - 2022-10-03 01:43:48