LICENSE
README.md
pyproject.toml
tralda/__init__.py
tralda/py.typed
tralda.egg-info/PKG-INFO
tralda.egg-info/SOURCES.txt
tralda.egg-info/dependency_links.txt
tralda.egg-info/requires.txt
tralda.egg-info/top_level.txt
tralda/cograph/__init__.py
tralda/cograph/detection.py
tralda/cograph/editing.py
tralda/cograph/functions.py
tralda/datastructures/__init__.py
tralda/datastructures/doubly_linked.py
tralda/datastructures/last_common_ancestor.py
tralda/datastructures/linked.py
tralda/datastructures/partition.py
tralda/datastructures/tree.py
tralda/datastructures/bst/__init__.py
tralda/datastructures/bst/avl.py
tralda/datastructures/bst/base.py
tralda/datastructures/bst/red_black.py
tralda/datastructures/bst/simple.py
tralda/datastructures/hdtgraph/__init__.py
tralda/datastructures/hdtgraph/dynamic_graph.py
tralda/datastructures/hdtgraph/et_tree.py
tralda/supertree/__init__.py
tralda/supertree/build.py
tralda/supertree/build_st.py
tralda/supertree/common_refinement.py
tralda/supertree/consensus.py
tralda/utils/__init__.py
tralda/utils/graph_tools.py
tralda/utils/tree_tools.py