OJ / Sorting (http://rant.blackapache.net/)

Collection of sorting algorithm implementations

Clone this repository (size: 28.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/OJ/sorting/
commit 8: b26f42ecdbe0
parent 7: 09d00439bc70
branch: default
Added the first version of the Comb sort in C#.
OJ Reeves
18 months ago
Sorting / 03-CombSort / CombSort.sln
r8:b26f42ecdbe0 20 loc 935 bytes embed / history / annotate / raw /

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CombSort-CSharp", "CombSort-CSharp\CombSort-CSharp.csproj", "{1720AE6B-C6A4-4501-A478-F4AC47FB724F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1720AE6B-C6A4-4501-A478-F4AC47FB724F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1720AE6B-C6A4-4501-A478-F4AC47FB724F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1720AE6B-C6A4-4501-A478-F4AC47FB724F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1720AE6B-C6A4-4501-A478-F4AC47FB724F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal