C utility libraries
-
Updated
Sep 13, 2021 - C
C utility libraries
Addsup - Um programa que simula um tocador de músicas
An implementation of a doubly linked list in C
This is a simple implementation of a doubly linked-list in C. Doubly linked-lists are a type of data structure that are similar to singly linked-lists, but they have a pointer to the previous node in addition to the next node. This allows for traversal in both directions.
This is a doubly liked list, implemented in C as a Cmake shared library project. This library implements only the basic functions of a linked list and the user has the responsibility to allocate memory and free it, for some basic pointers.
Beginnings
Xor Linked List is a Memory Efficient Doubly Linked-List
With Insert, Delete, Update, Search and Sort functions
The Linked List data structure, with example usage
A very performant, fairly lightweight LinkedList implementation in C.
Add a description, image, and links to the doublylinkedlist topic page so that developers can more easily learn about it.
To associate your repository with the doublylinkedlist topic, visit your repo's landing page and select "manage topics."