Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/camirmas/linked-lists


https://github.com/camirmas/linked-lists

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

Implementation of a linked list with the following methods:
- Print
- Append
- Prepend
- Length
- Find
- Delete
- Insert After
- Reverse