An open API service indexing awesome lists of open source software.

https://github.com/fmorenovr/goalgos

Golang ALGOrithmS implementation with optimization techniques in some cases.
https://github.com/fmorenovr/goalgos

divide-and-conquer go golang greedy-algorithms search searching-algorithms sort sorting-algorithms

Last synced: 6 months ago
JSON representation

Golang ALGOrithmS implementation with optimization techniques in some cases.

Awesome Lists containing this project

README

          

# Golang + Algorithms = goalgos

goalgos (Golang ALGOrithmS) is a Golang implementation of differents algorithms.
You can see an extended doc in [godocs](https://godoc.org/github.com/fmorenovr/goalgos).

Install it writing in terminal:

go get github.com/fmorenovr/goalgos