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 method try to make this function as efficient as possible, and state its computational complexity using big-o notation.

Solved
Show answers

Ask an AI advisor a question