https://github.com/willdoescode/godoublylinkedlist
My rendition of a doubly linked list in go
https://github.com/willdoescode/godoublylinkedlist
Last synced: 5 months ago
JSON representation
My rendition of a doubly linked list in go
- Host: GitHub
- URL: https://github.com/willdoescode/godoublylinkedlist
- Owner: willdoescode
- Created: 2020-12-06T07:49:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T07:51:42.000Z (about 5 years ago)
- Last Synced: 2025-08-17T13:38:17.825Z (5 months ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Doubly Linked List
## My solution to doubly linked lists in go