A linked list is a data structure consisting of a sequence of elements.
Dịch: Danh sách liên kết là một cấu trúc dữ liệu bao gồm một chuỗi các phần tử.
In a linked list, each element points to the next element in the sequence.
Dịch: Trong danh sách liên kết, mỗi phần tử trỏ tới phần tử tiếp theo trong chuỗi.