Skip to content

Let's suppose that two friends live in different cities on a map. At every step, we can simultaneously move each friend to a neighboring city on the map.

Notifications You must be signed in to change notification settings

janina280/Artificial_Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Artificial_Intelligence

Let's suppose that two friends live in different cities on a map. At every step, we can simultaneously move each friend to a neighboring city on the map. Time required to pass from city i to the neighboring city j is equal to the length of the road d(i, j) between the 2 cities, but at every step the friend who arrives first has to wait until the other friend arrives (and calls the first one on his cell phone) before the next shift can start. WANT for the two friends to meet as soon as possible. a. Write a detailed formulation for this search problem. b. Identify a search algorithm for this task and explain your choice.

About

Let's suppose that two friends live in different cities on a map. At every step, we can simultaneously move each friend to a neighboring city on the map.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages