From 82e398da81ae444685dff8bb2ede1c9357bbddae Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sat, 21 Jun 2014 23:04:43 +0600 Subject: [PATCH] README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a63c07 --- /dev/null +++ b/README.md @@ -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)