Sale!

CS-1D Assignment 10 solved

Original price was: $35.00.Current price is: $28.00. $23.80

Category:

Description

5/5 - (6 votes)

Part A
Develop software to perform a DFS starting at Chicago (always
choose the edge with the smallest mileage). Identify the
discovery edges and the back edges. What is the total distance
travelled on the discovery edges? Use an Adjacency List
structure.
Part B
Develop software to perform a BFS starting at Chicago (always
choose the edge with the smallest mileage). Identify the
discovery edges and the cross edges. What is the total distance
travelled on the discovery edges? Use an Adjacency Matrix
structure.
Work with one partner from your project 2 team.
Due April 6th