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.
- Host: GitHub
- URL: https://github.com/ereminiu/algo
- Owner: ereminiu
- Created: 2023-03-20T13:00:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T08:48:29.000Z (over 2 years ago)
- Last Synced: 2025-01-17T05:07:40.749Z (9 months ago)
- Topics: algorithms, algorithms-and-data-structures, go, golang, mergesort
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)