Skip to content

Commit e17acdd

Browse files
committed
update name of snippet
1 parent 92455f3 commit e17acdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geometry/manhattan-distance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In summary we:
133133

134134
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).
135135

136-
```{.cpp file=manhattan_mst.cpp}
136+
```{.cpp file=manhattan_mst}
137137
// Returns a list of edges in the format (weight, u, v).
138138
// Passing this list to Kruskal algorithm will give the Manhattan MST.
139139
vector<tuple<long long,int,int> > manhattan_mst_edges(vector<point> ps){

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy