AMARIN MAHAPATROinimarin.hashnode.dev·Aug 19, 2023 · 2 min readCSES Problem Set:Graph Theory,Part-1Problem Link:https://cses.fi/problemset/task/1193/ Solution: Okay, at first, this seems to me like a regular path-finding problem, which we can proceed by applying BFS/DFS. However, the challenge I faced is how to print the path in the output. One ap...00