4. Reverse LL(recursive) #

Created Saturday 18 January 2020

This is the most plain recursive method.

Time Complexity = o(n^2^) This could be sped up, return the head and the last pointer both. i.e two pointers