Lines 1,2,3,4,...,n-1, n to lines n,n-1, ...,4,3,2,1
3
votes
4
answers
287
views
I just realized that I could solve this problem by reversing line numbers from 1, 2, 3,...,n to n, n-1, ..., 3,2,1 and then use the same logic as earlier. So I want to know how can I reverse the order of lines?
Asked by user2362
Sep 18, 2011, 03:59 PM
Last activity: May 21, 2025, 08:12 AM
Last activity: May 21, 2025, 08:12 AM