/go-ds

Implement frequently-used data structures by Golang.

Primary LanguageGo

Data Structures in Golang

This project contains implementations of below data structures:

  • Cache
    • Key-value Pair, Set
  • List
    • Linked List
  • Queue:
    • Simple Queue
    • Double Ended Queue
    • Priority Queue
    • Minimum Queue
  • Stack
  • Set