I have two lists, one have lets say 10 items in one branch {0} and second has 25 items also in {0}. I want to make a tree with two branches {0;0}(10 items) and {0;1}(25 items).
How to make it?
I have two lists, one have lets say 10 items in one branch {0} and second has 25 items also in {0}. I want to make a tree with two branches {0;0}(10 items) and {0;1}(25 items).
How to make it?