Update the sample graph in the base file
This commit is contained in:
@@ -1,11 +1,19 @@
|
|||||||
# see the overview from 2026.07.31
|
# See the overview from 2026.07.31.
|
||||||
|
# Note: I added Anaheim to the sample graph here. The solution should work
|
||||||
|
# appropriately with either graph.
|
||||||
|
|
||||||
sample_graph = {
|
sample_graph = {
|
||||||
'Santa Ana': {
|
'Santa Ana': {
|
||||||
'Los Angeles': 5,
|
'Los Angeles': 5,
|
||||||
|
'Anaheim': 3,
|
||||||
'Palm Springs': 50
|
'Palm Springs': 50
|
||||||
},
|
},
|
||||||
|
'Anaheim': {
|
||||||
|
'Los Angeles': 2,
|
||||||
|
'Santa Ana': 3
|
||||||
|
},
|
||||||
'Los Angeles': {
|
'Los Angeles': {
|
||||||
|
'Anaheim': 2,
|
||||||
'San Francisco': 25,
|
'San Francisco': 25,
|
||||||
'Santa Ana': 5
|
'Santa Ana': 5
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user