commit c7c83bddd3f08de9ef2026316bdc68816f602106 parent bf1b8c1f2358df22990c4d52a84adbec1b17e69b Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 11 Jan 2025 20:15:33 +0100 commit with codex Diffstat:
planarity_testing | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/planarity_testing b/planarity_testing @@ -2,7 +2,7 @@ https://en.wikipedia.org/wiki/Planarity_testing -given [graph_undirected] G, is G [planar_graph]? +given an [undirected_graph] G, is G [planar_graph]? can be done in [linear_time]