Click here to Skip to main content
15,893,487 members
Articles / Programming Languages / C#

Shortest Path Problem: Dijkstra's Algorithm

Rate me:
Please Sign up or sign in to vote.
3.59/5 (58 votes)
13 Aug 2007CPOL2 min read 354.1K   10.9K   95  
Using Dijkstra's Algorithm for finding shortest path problem

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DijkstraAlgorithm", "DijkstraAlgorithm\DijkstraAlgorithm.csproj", "{B7AC2F6A-DFFD-492B-AA15-283C30B6052C}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 2
		SccLocalPath0 = .
		SccProjectUniqueName1 = DijkstraAlgorithm\\DijkstraAlgorithm.csproj
		SccLocalPath1 = .
		SccProjectFilePathRelativizedFromConnection1 = DijkstraAlgorithm\\
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B7AC2F6A-DFFD-492B-AA15-283C30B6052C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B7AC2F6A-DFFD-492B-AA15-283C30B6052C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B7AC2F6A-DFFD-492B-AA15-283C30B6052C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B7AC2F6A-DFFD-492B-AA15-283C30B6052C}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Turkey Turkey
Mehmet Ali ECER is a computer engineer in Istanbul, Turkey. He is graduated from Istanbul Technical University. He is working as a software developer and an analyst. He uses C#, Aspx, Oracle(PLSQL), MsSql, MySql, PostgreSql, Java(jsp, jsf), C, C++, Vb.

www.mehmetaliecer.com
mehmetaliecer@gmail.com

Comments and Discussions