You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Gregorio Galante be6879dec9
Fixed prev link for items
Changed the order of updates of pointers for new items of the list to make Prev() function works property.
7 years ago
binaryTree move collections outside of collections 8 years ago
list Fixed prev link for items 7 years ago
numerical move gcd to numerical 8 years ago
queue reimplement queue based on pointers 7 years ago
searching Adding comments and more output 9 years ago
sorting Rename insertion_sorg.go to insertion_sort.go 7 years ago
stack rewrite stack with pointers 7 years ago
.gitignore README.md updated 10 years ago
README.md update README.md 7 years ago
utils.go Update utils.go 9 years ago

README.md

go-algorithms

go-algorithms - implementation of different algorithms 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

Algorithms

Sorting

Searching

Collections

Numerical

Contribution

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

Author

@0xAX