From 6a94a79f2ce1f5ac55bc1879856f3811a77d7586 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 23 Jan 2024 00:06:14 +0100 Subject: [PATCH] algorithms(ahu-isomorphism): add stub Signed-off-by: Matej Focko --- algorithms/10-graphs/2024-01-15-ahu-isomorphism.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 algorithms/10-graphs/2024-01-15-ahu-isomorphism.md diff --git a/algorithms/10-graphs/2024-01-15-ahu-isomorphism.md b/algorithms/10-graphs/2024-01-15-ahu-isomorphism.md new file mode 100644 index 0000000..c139839 --- /dev/null +++ b/algorithms/10-graphs/2024-01-15-ahu-isomorphism.md @@ -0,0 +1,12 @@ +--- +id: ahu-isomorphism +title: AHU algorithm for tree isomorphism +description: | + Solving tree isomorphism problem in different ways. +tags: + - graphs + - trees + - isomorphism +last_update: + date: 2024-01-15 +---