fgm / gocommons

Common Go lang data structures, utilities, ML algorithms etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common Go lang data structures, utilities, ML algorithms etc


Languages

Language:Go 100.0%