Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

About

simple sort implementations using golang

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages