Click here to Skip to main content
15,885,244 members
Articles / Programming Languages / C++

Dijkstra Algorithm

Rate me:
Please Sign up or sign in to vote.
4.43/5 (40 votes)
23 Dec 20033 min read 368.2K   22.3K   102  
Shortest path (Dijkstra's Algorithm)
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Algorithms.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_ALGORITHMS_FORM             101
#define IDR_MAINFRAME                   128
#define IDR_ALGORITYPE                  129
#define IDD_DIALOG_SELECT_NODES         131
#define IDC_DIJKSTRA1                   1000
#define IDC_EDIT_NODE1                  1001
#define IDC_EDIT_NODE2                  1002
#define ID_ADD_VERTEX                   32771
#define ID_ADD_NODE                     32772
#define ID_ADD_EDGE                     32773
#define ID_SHORTEST_PATH                32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Romania Romania
Education Computer Engineering Faculty 1994-1999
University of Iasi ? Romania
Engineering degree: system and computers
Specialty: programmer analyst
License: (Computer Engineering Faculty) 2000
Master: (Distributed Computing) 2001 - 2002
Final Project: Remote Access. Encrypted file transfer.
Accessing any computer?s desktop through Internet or LAN.
Technologies: COM, ATL, API, SDK, MFC

Comments and Discussions