You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-algorithms/README.md

32 lines
582 B
Markdown

10 years ago
go-alghoritms
=============
`go-alghoritms` - implemetation of different alghoritms and data structures with `golang`.
usage
-----
1. Clone `https://github.com/0xAX/go-alghoritms.git` repo, it must be in your `$GOPATH`.
2. Execute `go build && go install` in `go-alghoritms`
3. Execute `go build bubble_sort.go` and `./bubble_sort`
10 years ago
todo
------
* Add `Makefile`
10 years ago
contribution
------------
* Fork [go-alghoritms](https://github.com/0xAX/go-alghoritms);
* Make changes;
* Send pull request;
* Thank you.
author
------
[@0xAX](https://github.com/0xAX/go-alghoritms)