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

[Feature]: Add remove Element leetcode problem solution #1517

Closed
1 of 4 tasks
kjl98 opened this issue Oct 28, 2024 · 0 comments · Fixed by #1518
Closed
1 of 4 tasks

[Feature]: Add remove Element leetcode problem solution #1517

kjl98 opened this issue Oct 28, 2024 · 0 comments · Fixed by #1518
Assignees
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels

Comments

@kjl98
Copy link
Contributor

kjl98 commented Oct 28, 2024

Feature Name

Add -- remove element leetcode problem

Feature Description

The Remove Element problem on LeetCode is a classic exercise in array manipulation. The task is to remove all occurrences of a specified value in an array in-place and return the new length of the array. The relative order of elements can be changed, but it should be done with minimal extra space.

Motivation

It will enhance the learning basis and also enhance in documentation.

Implementation Suggestions (Optional)

No response

Feature Type

Other

Does this feature require additional resources?

  • Additional Documentation
  • Third-Party Libraries
  • UI/UX Design
  • Other

References (Optional)

No response

@kjl98 kjl98 added the enhancement New feature or request label Oct 28, 2024
@github-actions github-actions bot added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant