https://github.com/bodiali/linked-lists
A linked list is a data structure consisting of a sequence of elements, where each element points to the next. This allows for efficient insertion and deletion of elements, making it ideal for dynamic data storage
https://github.com/bodiali/linked-lists
algorithms-and-data-structures linked-list
Last synced: 8 months ago
JSON representation
A linked list is a data structure consisting of a sequence of elements, where each element points to the next. This allows for efficient insertion and deletion of elements, making it ideal for dynamic data storage
- Host: GitHub
- URL: https://github.com/bodiali/linked-lists
- Owner: BodiAli
- Created: 2024-03-26T05:19:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T08:07:51.000Z (over 1 year ago)
- Last Synced: 2025-02-01T16:27:57.542Z (10 months ago)
- Topics: algorithms-and-data-structures, linked-list
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linked-lists
A project where I create a linked list