Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjh271/linked_list
https://github.com/andrewjh271/linked_list
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewjh271/linked_list
- Owner: andrewjh271
- Created: 2020-06-01T00:49:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T05:04:48.000Z (over 4 years ago)
- Last Synced: 2024-12-09T09:54:21.993Z (27 days ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked List
Created as part of The Odin Project curriculum.
This is a double-ended list, in that there are references to both the first and last nodes.
-Andrew Hayhurst