Merge pull request #2971 from ch4r1ty/patch-1

nit. 更新了python的代碼沒有渲染的問題
This commit is contained in:
程序员Carl
2025-11-07 17:41:14 +08:00
committed by GitHub

View File

@@ -806,7 +806,7 @@ public class Main {
### Python
```
```Python
import sys
def dijkstra(n, m, edges, start, end):