You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program takes an array from the user then reverse it
Challenge
we wrote a function called reverse_array which takes a list as an argument. Without utilizing any of the built-in methods available to your language, return a list with elements in reversed order.
Approach & Efficiency
we used function and one method of the methods to do reverse list