Size = 14 - Biểu diễn và tổ chức bằng danh sách liên kết đơn; typedef struct S_Element { T Key; S_Element * Next; // Vùng liên kết quản lý địa chỉ phần tử kế tiếp } S_OneElement; typedef S_OneElement * S_STACK; S_STACK S_SP; Hình ảnh minh họa:S_SP tác này rất thuận tiện trong việc áp dụng thuật toán sắp xếp trộn để sắp xếp, sinh viên có thể tự thực hiện. Ở đây, chúng ta vận dụng thuật toán sắp xếp nổi . | if DelNode- NextNode NULL DelNode- PreNode NULL NULL else if DelNode- PreNode NULL NextNode PreNode NULL else if DelNode- NextNode NULL PreNode NextNode NULL else DelNode- PreNode- NextNode DelNode- NextNode DelNode- NextNode- PreNode DelNode- PreNode DelNode- NextNode DelNode- PreNode NULL delete DelNode return 1 - Minh họa thuật toán Huy nut đầu DelData 16 DLL_List NextNode DLL_List irst- PreNode NULL DLLList DelNode- NextNode DelNode- PreNode NULL Trang 123 DLL_List Kết quả sau khi huy DLL_List Huy nut cuối DếlData 30 NULL 20 DLLList 30 NULL PrếNốdế DLL_List NếxtNốdế NULL DLLList DếlNodế- NếxtNốdế DếlNodế- PrếNốdế NULL Trang 124 DLL_List Huy nut giữa Gia sử chúng ta can huy nút có thành phần dữ liệu là 18 DelData 18 DLLList NULL DLL_First DLL_Last 20 18 25 40 NULL DelNóde- PreNóde- NextNóde DelNóde- NextNóde DelNóde- NextNóde- PreNóde DelNóde- PreNóde DelNóde- NextNóde DelNóde- PreNóde NULL Ket qua sau khi huy DLL_ List Trang .