https://github.com/chriscamacho/clist
simple double linked list
https://github.com/chriscamacho/clist
Last synced: 3 months ago
JSON representation
simple double linked list
- Host: GitHub
- URL: https://github.com/chriscamacho/clist
- Owner: chriscamacho
- License: mit
- Created: 2024-03-08T04:29:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T04:35:49.000Z (about 1 year ago)
- Last Synced: 2024-12-28T10:36:19.068Z (5 months ago)
- Language: HTML
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clist
simple double linked listthis started off life decades ago, when I wanted to be sure I understood
pointers! over the years I've used it in all manner of projects.