Introduction - If you have any usage issues, please Google them yourself
Linked list is a discontinuous and non sequential storage structure on physical storage unit, and the logical order of data elements is realized by the order of pointer connection in the linked list.