From 9a03be07299c80eb7e5dc05885b3267babe01289 Mon Sep 17 00:00:00 2001 From: lemmih Date: Fri, 15 Aug 2025 14:58:26 +0200 Subject: [PATCH] fix typo --- overview.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.pug b/overview.pug index abda8d1..e0cca7d 100644 --- a/overview.pug +++ b/overview.pug @@ -195,7 +195,7 @@ block content ,title: "Online Construction of the Convex Hull of a Simple Polyline" ,wiki: "https://en.wikipedia.org/wiki/Convex_hull_of_a_simple_polygon" ,wikiTitle: "Convex hull of a Simple Polygon" - ,api: "algorithms/convex_hull/melkman/index.html" + ,src: "algorithms/convex_hull/melkman/index.html" }) +algo('O(n \\log n)', 'Point Set Convex Hull' , {paper: "https://www.math.ucsd.edu/~ronspubs/72_10_convex_hull.pdf"