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 +---