The list method reverse reverses the elements in the list. Define a function named reverse that reverses the elements in its list argument (without using the inbuilt reverse() list method).
Try to make this function as efficient as possible, and state its computational complexity using big-O notation.
-----------------------------------------------------------------------------------
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here