Skip to content

vinicius-ianni/gocommons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%