mirror of
https://github.com/0xAX/go-algorithms
synced 2024-11-11 19:10:39 +00:00
745435d087
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> |
||
---|---|---|
binaryTree | ||
list | ||
numerical | ||
queue | ||
searching | ||
sort | ||
stack | ||
.gitignore | ||
README.md | ||
utils.go |
go-algorithms
go-algorithms
- implementation of different algorithms and data structures with golang
.
Usage
-
Clone
https://github.com/0xAX/go-algorithms.git
repo, it must be in your$GOPATH
. -
Execute
go build && go install
ingo-algorithms
-
Execute
go build bubble_sort.go
and./bubble_sort
Algorithms
Sorting
- bubble sort
- selection sort
- merge sort
- cocktail sort
- gnome sort
- quick sort
- comb sort
- odd-even sort
- heap sort
- Shell sort
- counting sort
Searching
Collections
Numerical
Contribution
- Fork go-algorithms;
- Make changes;
- Send pull request;
- Thank you.