Challenge 4: Trace the Complete Path of a Journey
Test your knowledge on hash table traversal with this coding exercise!
We'll cover the following...
Problem statement
You have to implement the tracePath(Dictionary<string, string> map)
function, which will take in ...