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

https://github.com/paudefclasspy/linked-list

Linked List. Create a linked list (you can modify the length) and remove the element in the second index.
https://github.com/paudefclasspy/linked-list

Last synced: over 1 year ago
JSON representation

Linked List. Create a linked list (you can modify the length) and remove the element in the second index.

Awesome Lists containing this project

README

          

# Linked-List
Linked List. Create a linked list (you can modify the length) and remove the element in the second index.