https://github.com/twmb/algoimpl
Algorithm Implementations
https://github.com/twmb/algoimpl
Last synced: about 1 year ago
JSON representation
Algorithm Implementations
- Host: GitHub
- URL: https://github.com/twmb/algoimpl
- Owner: twmb
- License: bsd-2-clause
- Created: 2013-05-22T17:18:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T18:25:25.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T01:50:47.901Z (about 1 year ago)
- Language: Go
- Size: 175 KB
- Stars: 54
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algoimpl
A collection of various algorithms in various languages. I have tried
to organize them into appropriate directories in case anybody wants to
import a package in to their library.
My go [graph](http://godoc.org/github.com/twmb/algoimpl/go/graph) package
is well built. Use it. Give me suggestions.