This should be easy, however i am quite a beginner in this field, so i have a lotsa problems.
I tried using classic reverse function and while appending one item tried reversing it too. But it didn't work.
Example:
full_reverse([[[1,2,3],4,[5,6]],[7,8]], [[8,7],[[6,5],4,[3,2,1]]]).
=> true
I tried using classic reverse function and while appending one item tried reversing it too. But it didn't work.
Example:
full_reverse([[[1,2,3],4,[5,6]],[7,8]], [[8,7],[[6,5],4,[3,2,1]]]).
=> true