Skip to content

Solution #283 - Neha Amin - 13/07/2025 #57

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NEHA-AMIN
Copy link
Contributor

@NEHA-AMIN NEHA-AMIN commented Jul 13, 2025

This PR adds a solution for Leetcode Problem: Move Zeroes.
The goal is to shift all zeros in an array to the end while preserving the order of non-zero elements.
Two approaches are included: a brute-force method using extra space and an optimized in-place two-pointer solution.

@NEHA-AMIN NEHA-AMIN changed the title Move Zeroes Solution Move Zeroes Solution 13-07-25 Jul 14, 2025
@NEHA-AMIN NEHA-AMIN changed the title Move Zeroes Solution 13-07-25 #2-Move Zeroes Solution - Easy Jul 17, 2025
@NEHA-AMIN NEHA-AMIN force-pushed the feature/move-zeroes branch from dff28a2 to 351ff52 Compare July 18, 2025 13:59
@NEHA-AMIN NEHA-AMIN changed the title #2-Move Zeroes Solution - Easy #1 -Move Zeroes Solution - Easy Jul 18, 2025
@NEHA-AMIN NEHA-AMIN changed the title #1 -Move Zeroes Solution - Easy Solution #283 -Move Zeroes Solution - Easy Jul 18, 2025
@NEHA-AMIN NEHA-AMIN force-pushed the feature/move-zeroes branch from 351ff52 to 310aa20 Compare July 19, 2025 05:59
@NEHA-AMIN NEHA-AMIN changed the title Solution #283 -Move Zeroes Solution - Easy Solution #283 - Neha Amin - 13/07 Jul 19, 2025
@NEHA-AMIN NEHA-AMIN changed the title Solution #283 - Neha Amin - 13/07 Solution #283 - Neha Amin - 13/07/2025 Jul 19, 2025
Copy link
Member

@JRS296 JRS296 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly check if this has been solved in Java, and if so move that file here

@NEHA-AMIN NEHA-AMIN force-pushed the feature/move-zeroes branch from 310aa20 to 66f2e3c Compare July 21, 2025 06:26
@NEHA-AMIN
Copy link
Contributor Author

Kindly check if this has been solved in Java, and if so move that file here

I've made the changes. Could you please review it again?

@NEHA-AMIN NEHA-AMIN requested a review from JRS296 July 21, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants