An open API service indexing awesome lists of open source software.

https://github.com/ereminiu/algo

Standart algorithms implemented in go. All code is stress-tested.
https://github.com/ereminiu/algo

algorithms algorithms-and-data-structures go golang mergesort

Last synced: 7 months ago
JSON representation

Standart algorithms implemented in go. All code is stress-tested.

Awesome Lists containing this project

README

          

# algo
My library of standard algorithms

#### List of presented algorithms:
1) mergesort (also option with goroutines)
2) quicksort (also option with goroutines)
3) segment tree (also option with goroutines)