Skip to content

agrajak/go-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Sort

Introduction

This is a simple sort implementation for the following sorts.

  • Selection Sort
  • Median of three Quick Sort
  • Shell Sort
  • Bitonic Sort (w/, w/o go-routine)
  • Odd Even Merge Sort (w/, w/o go-routine)

Using go-routines could worsen the performance of program so I made a empty channels to limit the number of go-routines

To Do

  • Add benchmark

Releases

No releases published

Packages

No packages published

Languages