/linked

Implementation of a linked list written in go.

Primary LanguageGo

###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.