HDU3760 Ideal Path 逆bfs+貪心

題目連接php 題意 最短路徑 1–>n; 多條路徑狀況下選擇路徑字典序最小的 解題 n–>1 bfs最短路 1–>n 知足最短路的條件下找最小顏色html 代碼node #include<iostream> #include<cstdio> #include<algorithm> #include<queue> #include<cstring> #include<vector> #define
相關文章
相關標籤/搜索