-
-
Notifications
You must be signed in to change notification settings - Fork 841
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
Added Selection Sort Visualizer Project in plays folder #1563
Conversation
Signed-off-by: ANANYA GUPTA <[email protected]>
Signed-off-by: ANANYA GUPTA <[email protected]>
Signed-off-by: ANANYA GUPTA <[email protected]>
Signed-off-by: ANANYA GUPTA <[email protected]>
✅ Deploy Preview for reactplayio ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! contributor, thank you for opening a Pull Request 🎉.
@reactplay/maintainers will review your submission soon and give you helpful feedback.
If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our ReactPlay Discord Community.
Show your support by starring ⭐ this repository. Thank you and we appreciate your contribution to open source!
Stale Marking : After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you link the issue number here? @ananya8606
Signed-off-by: ANANYA GUPTA <[email protected]>
Signed-off-by: ANANYA GUPTA <[email protected]>
@ananya8606 ??? |
This is a new project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for now merging the pr but please create an issue first. Then raise a pr when a maintainer assigns you the issue.
Selection Sort Visualizer
A Selection Sort Visualizer implemented using React. The visualizer allows users to input a series of numbers and watch the step-by-step process of the Selection Sort algorithm as it sorts the array. The interface includes options to add values, sort the array, and reset the visualizer.
Features
Type of change
New feature (non-breaking change which adds functionality)
Summary of Changes
Usage
How It Works
The visualizer performs the Selection Sort algorithm in the following steps:
During the sorting process:
Dependencies
No new dependencies were added for this feature.
Testing
The testing has been done locally.
The following tests were performed to verify functionality:
Manual Testing:
Cross-Browser Testing:
To Reproduce the Tests
npm start
.Checklist
Screenshot of Working Demo