https://github.com/basemax/doublylinkedlistc
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.
https://github.com/basemax/doublylinkedlistc
c data-structure datastructure doubly doubly-linked-list doubly-linked-lists doublylinkedlist doublylinkedlist-operations ds linked-list linkedlist
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/basemax/doublylinkedlistc
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-12-19T07:27:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T16:52:08.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T17:08:05.226Z (6 months ago)
- Topics: c, data-structure, datastructure, doubly, doubly-linked-list, doubly-linked-lists, doublylinkedlist, doublylinkedlist-operations, ds, linked-list, linkedlist
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0