package
0.0.0-20240327005111-d0dec83d0297
Repository: https://github.com/bbs731/algorithms.git
Documentation: pkg.go.dev
# README
视频讲解:
Dijkstra and Floyd
Dijkstra 是贪心的算法, 它利用了边权非负的性质。
Q1 https://leetcode.cn/problems/find-the-width-of-columns-of-a-grid/solution/jian-ji-xie-fa-by-endlesscheng-xudg/ Q2 https://leetcode.cn/problems/find-the-score-of-all-prefixes-of-an-array/solution/yi-bian-bian-li-yi-bian-ji-suan-by-endle-ep7x/ Q3 https://leetcode.cn/problems/cousins-in-binary-tree-ii/solution/bfssuan-liang-ci-pythonjavacgo-by-endles-b72a/ Q4 https://leetcode.cn/problems/design-graph-with-shortest-path-calculator/solution/dijkstra-suan-fa-mo-ban-pythonjavacgo-by-unmv/