https://github.com/luisfernandovillalon/linkedlist-practice
Linked List Data Structure
https://github.com/luisfernandovillalon/linkedlist-practice
computer-science data-structures javascript linked-list
Last synced: over 1 year ago
JSON representation
Linked List Data Structure
- Host: GitHub
- URL: https://github.com/luisfernandovillalon/linkedlist-practice
- Owner: LuisFernandoVillalon
- Created: 2023-06-01T16:48:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T16:54:23.000Z (about 3 years ago)
- Last Synced: 2025-01-18T07:26:20.183Z (over 1 year ago)
- Topics: computer-science, data-structures, javascript, linked-list
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linkedlist-practice
Followed the Odin Project curriculum to practice the linked list algorithm structure. Created a linked list and alognside different functions that showcase the usability and flexibility of a linked list.