Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewjh271/linked_list


https://github.com/andrewjh271/linked_list

Last synced: 16 days ago
JSON representation

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