https://github.com/grayhatdevelopers/singly_linkedlist_cursor
Singly List implemented with a cursor pointer, and with "Split" features. [experimental]
https://github.com/grayhatdevelopers/singly_linkedlist_cursor
Last synced: 4 months ago
JSON representation
Singly List implemented with a cursor pointer, and with "Split" features. [experimental]
- Host: GitHub
- URL: https://github.com/grayhatdevelopers/singly_linkedlist_cursor
- Owner: grayhatdevelopers
- Created: 2019-09-26T18:16:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T18:18:21.000Z (over 6 years ago)
- Last Synced: 2025-01-15T00:42:23.037Z (about 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Singly_LinkedList_Cursor
Singly List implemented with a cursor pointer, and with "Split" features. [experimental]
Author: Saad Bazaz
Haven't tested this yet, it is quite an inefficient implementation. Contributions would be useful.