/go-data-structures

A collection of data structures implemented in Go

Primary LanguageGo

go-data-structures

An implementation in Go of the following data structures:

  • Linked List
  • Stack
  • Queue
  • Binary Search Tree
  • Graph
  • Hash Table
  • Min Heap
  • Max heap