InterviewSolution
Saved Bookmarks
| 1. |
Read a list of n elements. Pass this list to a function which reverses this list in-place without creating a new list. |
| Answer» Read a list of n elements. Pass this list to a function which reverses this list in-place without creating a new list. | |