package
0.0.0-20241220224003-b7cf03a90b2b
Repository: https://github.com/szhou12/leetcode-go.git
Documentation: pkg.go.dev
# README
2258. Escape the Spreading Fire
Solution idea
BFS
思路总结
Resource
【每日一题】LeetCode 2258. Escape the Spreading Fire
- Solution 1 - BFS: 00:00 - 36:39