AlexandrLitkevich / go-data-structures

A collection of data structures implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of data structures implemented in Go


Languages

Language:Go 100.0%