Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camirmas/linked-lists
https://github.com/camirmas/linked-lists
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/camirmas/linked-lists
- Owner: camirmas
- Created: 2015-01-06T23:37:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T19:04:06.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T03:01:46.199Z (over 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of a linked list with the following methods:
- Append
- Prepend
- Length
- Find
- Delete
- Insert After
- Reverse