An open API service indexing awesome lists of open source software.

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.

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