About this document
C Program for Linked Lists Operations by Gilang Nur Aulia Ma'ruf is a document available to read on EtoBox.
The document contains C code for implementing single linked lists and double linked lists. It defines functions for inserting nodes, finding nodes, deleting nodes, and printing the list. For single linked lists it defines functions for these operations on a list with a dummy node as the head. For double linked lists it similarly defines functions for the same operations while also maintaining backward pointers between each node and its predecessor.
- Author
- Gilang Nur Aulia Ma'ruf
- Language
- EN