commit 42de70d3f2f72111be88f494c1dab080bf1c0d04 parent 365e0ecd7457e8c9c99a4afb27c9eb31f6cfb8ed Author: Antoine Amarilli <a3nm@a3nm.net> Date: Mon, 2 Feb 2026 18:06:09 +0100 commit with codex Diffstat:
| graph_exact_distance_square | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graph_exact_distance_square b/graph_exact_distance_square @@ -1,6 +1,6 @@ # Graph exact distance square -Given a [graph] G, the *exact square* of G is a graph G' on the same [vertices] where you connect each pair of vertices that are connected by a [walk] of length exactly 2 +Given a [graph] G, the *exact square* of G is a graph G' on the same [vertices] where you connect each pair of vertices that are at [distance] exactly 2 [graph_exact_distance_square_root_problem]