Skip to content

saiyaswanth007/Optimal_Path_finding_by_A-star_Algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Kindly follow the Instuctions....
  1. Download the input file named "input.txt" in the main.
  2. while executing the code,it takes the input file by file handling.

-> file contains following as inputs { no.of.cities, co-ordinates of the respective cities, distances matrix for the cities. }

  1. you will be prompted whether to go with the HOP path or not Enter 0 / 1 if '0' is pressed. You will get the output of Rough Mapping, where to go and all. if '1' is pressed. You will get the HOP path (least visits) while travelling from starting_city to the Goal_city."

About

application of the A-star algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%