Skip to content
#

iterative-backtracking-algorithm

Here are 2 public repositories matching this topic...

Language: All
Filter by language

This program utilizes an iterative backtracking algorithm, and takes an input data file of all flights in various cities, and generates an undirected graph to map out the connections. Then, it takes a second input file for requested trips (City A to B), and generates the most efficient flight travels, based on the user's preference of time or cost.

  • Updated Jan 10, 2022
  • C++

Improve this page

Add a description, image, and links to the iterative-backtracking-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iterative-backtracking-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more