README.md

pull/2/head
0xAX 10 years ago
parent e29348a588
commit 82e398da81

@ -0,0 +1,26 @@
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`
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)
Loading…
Cancel
Save