https://github.com/colelawrence/go-concepts
Playing with concepts of programming I've found interesting using Golang. E.g. machine learning, genetic algorithms, graph theory, etc.
https://github.com/colelawrence/go-concepts
algorithm genetic-algorithm golang
Last synced: 11 months ago
JSON representation
Playing with concepts of programming I've found interesting using Golang. E.g. machine learning, genetic algorithms, graph theory, etc.
- Host: GitHub
- URL: https://github.com/colelawrence/go-concepts
- Owner: colelawrence
- Created: 2015-11-15T19:41:30.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-10-03T22:20:18.000Z (over 8 years ago)
- Last Synced: 2025-02-11T22:05:59.335Z (about 1 year ago)
- Topics: algorithm, genetic-algorithm, golang
- Language: JavaScript
- Size: 333 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go-Concepts
Playing with concepts of programming I've found interesting using Golang. E.g. machine learning, genetic algorithms, graph theory, etc.
Here we have a small collection of snippets I've written in Golang in order to implement data structures and algorithms
found in various text books on algorithms and datastructures.
The prettiest this in this repo is probably the demo of [Genetic Algorithm implementation here](Play/003-GA-WebGL)