Hi everyone,
I want to reverse every alternate sublist of a list that contains numerous sublists ?
The entire list can be reversed , but I want to reverse only specific sublists. Can anyone guide me ?
All the help is truly appreciated.
Thanks in advance.
my approach would be to pick every second branch / path - no matter how long or how complex the path is.
Tree Statistics - will give all pathes
Dispatch - will get every second (ListB)
Tree Branch - will get the corresponding Data
Reverse List - will only Reverse needed the Lists needed
Merge - will “reconstruct” the initial tree