• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    Go
  • Created about 11 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Common Go lang data structures, utilities, ML algorithms etc

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