Skip to content

Commit ce1ac7f

Browse files
author
Lucas Lemaire
committed
Update Readme with bucket sort
1 parent e260d1b commit ce1ac7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Note: The projects where tested on Xamarin Studio (MonoDevelop) on OSX 10, and V
8989
* [Bubble Sort](Algorithms/Sorting/BubbleSorter.cs).
9090
* [Shell Sort](Algorithms/Sorting/ShellSorter.cs).
9191
* [Comb Sort](Algorithms/Sorting/CombSorter.cs).
92+
* [Bucket Sort](Algorithms/Sorting/BucketSorter.cs).
9293

9394
#### Graphs:
9495
* Graph Search:

0 commit comments

Comments
 (0)