LICENSE
README.md
setup.py
src/tralda/__init__.py
src/tralda.egg-info/PKG-INFO
src/tralda.egg-info/SOURCES.txt
src/tralda.egg-info/dependency_links.txt
src/tralda.egg-info/requires.txt
src/tralda.egg-info/top_level.txt
src/tralda/cograph/ClusterDeletion.py
src/tralda/cograph/Cograph.py
src/tralda/cograph/CographEditor.py
src/tralda/cograph/__init__.py
src/tralda/datastructures/AVLTree.py
src/tralda/datastructures/DoublyLinkedList.py
src/tralda/datastructures/LinkedList.py
src/tralda/datastructures/Partition.py
src/tralda/datastructures/Tree.py
src/tralda/datastructures/__init__.py
src/tralda/datastructures/hdtgraph/DynamicGraph.py
src/tralda/datastructures/hdtgraph/ETTree.py
src/tralda/datastructures/hdtgraph/__init__.py
src/tralda/supertree/Build.py
src/tralda/supertree/BuildST.py
src/tralda/supertree/CommonRefinement.py
src/tralda/supertree/LooseConsensus.py
src/tralda/supertree/__init__.py