Remove question from exercise 2
This commit is contained in:
@@ -56,7 +56,7 @@ of tuples. Each tuple should contain the traversal from point A to point B,
|
|||||||
followed by the total weight.
|
followed by the total weight.
|
||||||
|
|
||||||
In this fictitious graph, calling `possible_paths("Santa Ana", "San Francisco")`
|
In this fictitious graph, calling `possible_paths("Santa Ana", "San Francisco")`
|
||||||
should yield the return below. Which path is better?
|
should yield the return below.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
graph = {
|
graph = {
|
||||||
|
|||||||
Reference in New Issue
Block a user