[Code Addition Request]: Add Reverse Array #1001
Labels
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
gssoc-ext
level1
Status: Assigned💻
Indicates an issue has been assigned to a contributor.
Have you completed your first issue?
Guidelines
Latest Merged PR Link
N/A
Project Description
Reversing an array involves changing the order of elements so that the first element becomes the last, the second becomes the second-last, and so on. This process creates a new sequence where elements are mirrored around the center. Reversing can be achieved by swapping elements from the start with elements from the end, moving towards the middle, until the entire array is reversed. This operation is useful in various applications, such as reversing data for processing or adjusting display order. The complexity is typically O(n), where n is the number of elements in the array.
Full Name
Tanishq Kolhatkar
Participant Role
GSSOC , Hacktoberfest
The text was updated successfully, but these errors were encountered: