Skip to content

Commit eba4952

Browse files
committed
Tree Isomorphism work
1 parent ccae9a3 commit eba4952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This repository is contribution friendly :smiley:. If you'd like to add or impro
9797
# Graph theory
9898

9999
### Tree algorithms
100-
* [Tree canonical form (tree isomorphism, tree encoding)](https://github.com/williamfiset/Algorithms/blob/master/com/williamfiset/algorithms/graphtheory/treealgorithms/TreeCanonicalFormAdjacencyList.java) **- O(Elog(E))**
100+
* [Tree isomorphism](https://github.com/williamfiset/Algorithms/blob/master/com/williamfiset/algorithms/graphtheory/treealgorithms/TreeIsomorphism.java) **- O(Elog(E))**
101101
* [Tree center(s)](https://github.com/williamfiset/Algorithms/blob/master/com/williamfiset/algorithms/graphtheory/treealgorithms/TreeCenter.java) **- O(V+E)**
102102
* [Tree diameter](https://github.com/williamfiset/Algorithms/blob/master/com/williamfiset/algorithms/graphtheory/treealgorithms/TreeDiameter.java) **- O(V+E)**
103103

0 commit comments

Comments
 (0)