go-algorithms - implemetation of different alghoritms and data structures with golang.
-
Clone
https://github.com/0xAX/go-algorithms.gitrepo, it must be in your$GOPATH. -
Execute
go build && go installingo-algorithms -
Execute
go build bubble_sort.goand./bubble_sort
- bubble sort
- selection sort
- merge sort
- cocktail sort
- gnome sort
- quick sort
- comb sort
- odd/even sort
- heap sort
- Shell sort
- counting sort
- binary search
- doubly linked list
- binary tree
- stack
- queue
- gcd
- Fork go-algorithms;
- Make changes;
- Send pull request;
- Thank you.