Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 209 Bytes

File metadata and controls

7 lines (6 loc) · 209 Bytes

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)