797. All Paths From Source to Target

Pattern: Graph DFS/BFS
Complexity: T:O(2^N), S:O(N)