Skip to content

suleymanayaz/The-algorithm-of-finding-intercity-roads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

✨ The algorithm of finding intercity roads ✨

Build Status

✨ Traveling between cities using the shortest path, which is similar to the traveling merchant problem, which is a famous problem in mathematics. ✨

Project Achievements

  • Simple to intermediate pointer use
  • Write a module that holds methods together
  • Obtaining knowledge of sorting and search algorithms

My Image

Map that can travel between cities.

My Image2

Example output with all paths to be found between the journey, the shortest longest path, and the path to be traveled through at least 3 neighbors

Tech

  • C programing Language

Installation

This requires TDM-GCC 4.9.2 4.9.2 to run.

If you want to filter the image you want, in the pgmimage.h file:

 char sourceNode = 'G' /* SourceNode */, destinationNode = 'M';/* Destination Node */

You should change the source or destination nodes in the line.

License

MIT

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages