algorithm/算法/learn/大厂刷题/twenty/Twenty-six.md

4 lines
99 B
Markdown

宽度优先遍历,距离表,方便深度优先遍历(方便查看路径)剪枝
并查集,合并.