Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code Addition Request]: Add Reverse Array #1001

Closed
2 of 3 tasks
tanishqkolhatkar93 opened this issue Nov 1, 2024 · 4 comments
Closed
2 of 3 tasks

[Code Addition Request]: Add Reverse Array #1001

tanishqkolhatkar93 opened this issue Nov 1, 2024 · 4 comments
Assignees
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.

Comments

@tanishqkolhatkar93
Copy link
Contributor

Have you completed your first issue?

  • I have completed my first issue

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

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

Copy link

github-actions bot commented Nov 1, 2024

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@Tanisha0708
Copy link

@tanishqkolhatkar93 i would like to work on this issue . please assign me this issue

@UTSAVS26
Copy link
Owner

UTSAVS26 commented Nov 2, 2024

@tanishqkolhatkar93 i would like to work on this issue . please assign me this issue

Please raise a new issue.

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned💻 Indicates an issue has been assigned to a contributor. level1 and removed hacktoberfest labels Nov 2, 2024
Copy link

github-actions bot commented Nov 4, 2024

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants