|
39 | 39 | <Compile Include="Numeric\CatalanNumbers.cs" />
|
40 | 40 | <Compile Include="Properties\AssemblyInfo.cs" />
|
41 | 41 | <Compile Include="Sorting\BinarySearchTreeSorter.cs" />
|
| 42 | + <Compile Include="Sorting\BubbleSorter.cs" /> |
| 43 | + <Compile Include="Sorting\BucketSorter.cs" /> |
| 44 | + <Compile Include="Sorting\CombSorter.cs" /> |
42 | 45 | <Compile Include="Sorting\CountingSorter.cs" />
|
| 46 | + <Compile Include="Sorting\CycleSorter.cs" /> |
| 47 | + <Compile Include="Sorting\GnomeSorter.cs" /> |
43 | 48 | <Compile Include="Sorting\HeapSorter.cs" />
|
44 | 49 | <Compile Include="Sorting\InsertionSorter.cs" />
|
45 | 50 | <Compile Include="Sorting\LSDRadixSorter.cs" />
|
| 51 | + <Compile Include="Sorting\OddEvenSorter.cs" /> |
| 52 | + <Compile Include="Sorting\PigeonHoleSorter.cs" /> |
46 | 53 | <Compile Include="Sorting\QuickSorter.cs" />
|
47 | 54 | <Compile Include="Sorting\MergeSorter.cs" />
|
48 | 55 | <Compile Include="Common\Comparers.cs" />
|
|
51 | 58 | <Compile Include="Graphs\BreadthFirstSearcher.cs" />
|
52 | 59 | <Compile Include="Graphs\DepthFirstSearcher.cs" />
|
53 | 60 | <Compile Include="Graphs\TopologicalSorter.cs" />
|
| 61 | + <Compile Include="Sorting\SelectionSorter.cs" /> |
| 62 | + <Compile Include="Sorting\ShellSorter.cs" /> |
54 | 63 | <Compile Include="Strings\EditDistance.cs" />
|
55 | 64 | <Compile Include="Strings\EditDistanceCostsMap.cs" />
|
56 | 65 | <Compile Include="Strings\Permutations.cs" />
|
|
0 commit comments