Skip to content

Commit

Permalink
Add SelectionSorter in README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
zwanona committed Oct 6, 2015
1 parent 0947ea6 commit 92b197c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Note: The projects where tested on Xamarin Studio (MonoDevelop) on OSX 10, and V
* [BST Sort](Algorithms/Sorting/BinarySearchTreeSorter.cs).
* [Counting Sort](Algorithms/Sorting/CountingSorter.cs).
* [LSD Radix Sort](Algorithms/Sorting/LSDRadixSorter.cs).
* [Selection Sort](Algorithms/Sorting/SelectionSorter.cs).

#### Graphs:
* Graph Search:
Expand Down

0 comments on commit 92b197c

Please sign in to comment.