You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/geometry/manhattan-distance.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ In summary we:
133
133
134
134
Below you can find a implementation, based on the one from [KACTL](https://github.com/kth-competitive-programming/kactl/blob/main/content/geometry/ManhattanMST.h).
135
135
136
-
```{.cpp file=manhattan_mst.cpp}
136
+
```{.cpp file=manhattan_mst}
137
137
// Returns a list of edges in the format (weight, u, v).
138
138
// Passing this list to Kruskal algorithm will give the Manhattan MST.
0 commit comments