Skip to content

A collection of sorting algorithms (and Fisher-Yates) written in C#

Notifications You must be signed in to change notification settings

jarhodes314/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Sorting Algorithms

This is a submodule for my main project, sorting-visualiser.

It will implement a variety of algorithms. One is Fisher-Yates shuffle (already implemented) and the rest are all comparison-based sorting algorithms (apart from Bogosort).

Implemented

  • Fisher-Yates shuffle
  • Bubble sort
  • Cocktail shaker sort
  • Insertion sort
  • Selection sort

Planned to implement

  • Shell sort
  • Timsort
  • Heapsort
  • Quicksort
  • Mergesort
  • Bogosort
  • Slowsort

About

A collection of sorting algorithms (and Fisher-Yates) written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages