Hey everyone! I have a question regarding trees.
I have x number of lists (in this case 3) that I would like to arrange in a particular order to a tree of y branches (in this case 28). At the moment I am using intertwine but it is not very efficient to play with the arrangement especially when x and y might change. I am wondering if there is a smarter way (kinda like “pick and choose” but for lists") to arrange the list this way?
Thank you!