Linked List in C — topic index

Each lesson has its own page (serial 0125). Use the sidebar to search and jump, or open a topic from the lists below.

Circular Linked List (CLL)

Full C track—ring lists, tail pointer, insert/delete, Big-O. (On each CLL page, the sidebar shows these as topics 01–09.)

Doubly Linked List (DLL)

Full C track—prev/next, head/tail, operations, Big-O. (On each DLL page, the sidebar shows these as topics 10–18.)