Question & Answer

For which of the following situations would it be best to use a heuristic in order to find a solution that runs in a reasonable amount of time?

For which of the following situations would it be best to use a heuristic in order to find a solution that runs in a reasonable amount of time?

1 Answer

Verified archive
AnonymousMay 14, 2024

Finding the fastest route that visits every location among n locations, which requires n! possible routes be examined.