Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 623 Bytes

gocommons

Common Go lang data structures, utilities, ML algorithms etc

Installation

With Go and git installed:

go get github.com/hishboy/gocommons

Data Structures

  1. ArrayList
  2. HashSet
  3. Queue
  4. Stack
  5. LRUCache - Least Recently Used Cache

Machine Learning Algorithms

  1. KMeansSimpleCluster: simple in-memory k-means clustering implementation

Cannot find a data structure? Ping me and I'll add it as soon as I humanely can.

Bitdeli Badge