Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 659 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 659 Bytes

go-algorithms

go-algorithms - implemetation of different alghoritms and data structures with golang.

usage

  1. Clone https://github.com/0xAX/go-algorithms.git repo, it must be in your $GOPATH.

  2. Execute go build && go install in go-algorithms

  3. Execute go build bubble_sort.go and ./bubble_sort

alghoritms

Sorting

  • bubble sort
  • selection sort
  • merge sort
  • cocktail sort
  • gnome sort

contribution

  • Fork go-algorithms;
  • Make changes;
  • Send pull request;
  • Thank you.

author

@0xAX