Skip to content

This repository holds basic linked list functionality implemented in Go generic feature

License

Notifications You must be signed in to change notification settings

Shenouda-Fawzy/Go-Generic-linkedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Generic Linked list

This repository implement some of the linked list functionality such as PutItem and GetNextItem using Go generic. Original source code of the linked list implementation can be found at DS implementation


Run

Need go1.18 or higher

  • Clone
  • $ go run main.go

About

This repository holds basic linked list functionality implemented in Go generic feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages