Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryan-gordon/double-linked-list-c

A implentation of a double linked list. Allows insertion at start, end and a given position. Printing from either the head or tail, deletion of a node and printing of list length also.
https://github.com/ryan-gordon/double-linked-list-c

Last synced: 25 days ago
JSON representation

A implentation of a double linked list. Allows insertion at start, end and a given position. Printing from either the head or tail, deletion of a node and printing of list length also.

Awesome Lists containing this project