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.
- Host: GitHub
- URL: https://github.com/paudefclasspy/linked-list
- Owner: paudefclasspy
- Created: 2021-01-08T12:47:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T12:47:56.000Z (over 5 years ago)
- Last Synced: 2024-03-17T08:17:56.665Z (over 2 years ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.