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 0: 2ce17136dbac
branch: default
Added the BubbleSort algorithm in C#.
OJ Reeves
19 months ago
Sorting / 01-BubbleSort / BubbleSort.sln
r0:2ce17136dbac 20 loc 941 bytes embed / history / annotate / raw /

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BubbleSort-CSharp", "BubbleSort-CSharp\BubbleSort-CSharp.csproj", "{D51A319C-9086-40C2-8ED8-36569FBA92FB}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D51A319C-9086-40C2-8ED8-36569FBA92FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D51A319C-9086-40C2-8ED8-36569FBA92FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D51A319C-9086-40C2-8ED8-36569FBA92FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D51A319C-9086-40C2-8ED8-36569FBA92FB}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal