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.
- Host: GitHub
- URL: https://github.com/fmorenovr/goalgos
- Owner: fmorenovr
- License: mit
- Created: 2018-06-19T15:17:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T17:36:59.000Z (almost 7 years ago)
- Last Synced: 2026-01-13T18:01:38.284Z (6 months ago)
- Topics: divide-and-conquer, go, golang, greedy-algorithms, search, searching-algorithms, sort, sorting-algorithms
- Language: Go
- Homepage: https://godoc.org/github.com/fmorenovr/goalgos
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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