Skip to content

kamil5b/golinkedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I created my own linked list using Go. Even though Go had their own library for linked list named 'list'

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages