Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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'

Awesome Lists containing this project

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