Introduction to programming with C.
-
Updated
Nov 3, 2024 - C
Introduction to programming with C.
This repository is made during my study at Holberton school while exploring the low level programming(mostly using C language)
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.
Add a description, image, and links to the doubly-linked-lists topic page so that developers can more easily learn about it.
To associate your repository with the doubly-linked-lists topic, visit your repo's landing page and select "manage topics."