Skip to content
/ algo Public

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

Notifications You must be signed in to change notification settings

ereminiu/algo

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages