https://github.com/jabellard/list
Doubly-linked list.
https://github.com/jabellard/list
algorithm algorithms c data-structure data-structures linked-list queue stack
Last synced: 5 months ago
JSON representation
Doubly-linked list.
- Host: GitHub
- URL: https://github.com/jabellard/list
- Owner: jabellard
- Created: 2017-10-29T01:41:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T23:17:48.000Z (about 8 years ago)
- Last Synced: 2025-03-11T07:48:38.419Z (9 months ago)
- Topics: algorithm, algorithms, c, data-structure, data-structures, linked-list, queue, stack
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Doubly-linked list with wrappers for stacks and queues.