Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamil5b/golinkedlist
I created my own linked list using Go. Even though Go had their own library for linked list named 'list'
https://github.com/kamil5b/golinkedlist
go golang linked-list linkedlist
Last synced: 29 days ago
JSON representation
I created my own linked list using Go. Even though Go had their own library for linked list named 'list'
- Host: GitHub
- URL: https://github.com/kamil5b/golinkedlist
- Owner: kamil5b
- License: mit
- Created: 2021-05-19T19:29:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T05:56:28.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T23:29:31.134Z (4 months ago)
- Topics: go, golang, linked-list, linkedlist
- Language: Go
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - golinkedlist
README
# golinkedlist
I created my own linked list using Go. Even though Go had their own library for linked list named 'list'currently using linear linked list because its practical and easy to use. Soon, we'll add circular linked list
Suitable for learning data structure with Go Language, its totally open source you just have to clone or download it