moneymikeMD / Sorting

Just implementing some sorting algorithms for practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Examples

All implementations in Java


Implemented a few sorting algorithms

  1. Selection Sort
  2. Bubble Sort
  3. Quick Sort

How To Use

On a command line type: java Sorting <number of passes> <number count>

Version History

  • 0.2 Refactored sorts into seperate classes
  • 0.1 Initial version

About

Just implementing some sorting algorithms for practice


Languages

Language:Java 100.0%