We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859fd1d commit ca429f7Copy full SHA for ca429f7
pydatastructs/trees/tests/test_m_ary_trees.py
@@ -1,5 +1,5 @@
1
-from pydatastructs import MAryTree, FusionTree
2
from pydatastructs.utils.misc_util import Backend
+from pydatastructs.trees.m_ary_trees import MAryTree, FusionTree
3
4
def test_MAryTree():
5
m = MAryTree(1, 1)
0 commit comments