Categorygithub.com/blueBlue0102/LeetCode-Goleetcode0797.All-Paths-From-Source-to-Target
package
0.0.0-20241125063422-a7e1e0bf04b0
Repository: https://github.com/blueblue0102/leetcode-go.git
Documentation: pkg.go.dev

# README

797. All Paths From Source to Target

https://leetcode.com/problems/all-paths-from-source-to-target/

Directed Acyclic Graph 不會有任何的閉環,因此不必考慮無窮迴圈的情境

Takeaway

  • Backtracking