Tell us what’s happening:
Hello@team please I need help on this….I’m keep stuck in the section too much
Your code so far
# User Editable Region
my_graph = {
'A': 'B',
'B': ['A', 'C'],
'C': 'B',
'D': ['A','C']
}
# User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1
Challenge Information:
Learn Algorithm Design by Building a Shortest Path Algorithm - Step 19