Skip to content
/ linked Public
forked from KTAtkinson/linked

Implementation of a linked list written in go.

Notifications You must be signed in to change notification settings

bixi/linked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Linked Implementation of linked lists and queues in Go. This is a learning exercise intended to help me learn about linked lists, stacks and queues.

##Features to come

  • Stacks
  • Trees
  • 'hasNext' function for linked lists.

About

Implementation of a linked list written in go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%