https://github.com/cuchi/dl_list
My version of the double-linked list data structure, written in C.
https://github.com/cuchi/dl_list
Last synced: over 1 year ago
JSON representation
My version of the double-linked list data structure, written in C.
- Host: GitHub
- URL: https://github.com/cuchi/dl_list
- Owner: cuchi
- License: gpl-2.0
- Created: 2014-08-28T16:53:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T21:27:15.000Z (over 11 years ago)
- Last Synced: 2025-01-28T11:48:29.664Z (over 1 year ago)
- Language: C
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My approach to the double-linked list data structure, written in C.
Still have some stuff to get done:
* Functional-like stuff, like filter, map and reduce