Atshai / doubly-linked-list

This C program implements a doubly linked list with functions to insert nodes at the end (`insert`), at the beginning (`insertbeg`), after a given node (`insertafter`), before a given node (`insertbefore`), and at a specific position (`insertpos`). It also includes a `display` function to print the list.
13Updated 7 months ago

Alternatives and similar repositories for doubly-linked-list:

Users that are interested in doubly-linked-list are comparing it to the libraries listed below