...

/

Challenge 4: Trace the Complete Path of a Journey

Challenge 4: Trace the Complete Path of a Journey

Test your knowledge on hash table traversal with this coding exercise!

Problem statement

You have to implement the tracePath(Dictionary<string, string> map) function, which will take in ...