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

Add Quick sort algorithm to the visualizer. #9

Closed
anubhavitis opened this issue Oct 1, 2020 · 2 comments
Closed

Add Quick sort algorithm to the visualizer. #9

anubhavitis opened this issue Oct 1, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hackertoberfest help wanted Extra attention is needed javascript

Comments

@anubhavitis
Copy link
Collaborator

anubhavitis commented Oct 1, 2020

Description
In the sorting algorithm page, the Quick Sort algorithm is missing. Add proper algorithms there.

The solution to be accepted
1.) In Quick_sort.js, Complete function selection(divs, height) with appropriate use for the functions provided.
2.) Used the same colors to fill up the division as used in bubble_sort.js.
3.) The visualizer is working properly for selection sorting.

Additional context
Use Bubble_sort.js for reference.
NOTE: We're not accepting any changes in the master branch, make PRs in the beta branch only.

@anubhavitis anubhavitis added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers CSS hackertoberfest javascript and removed CSS labels Oct 1, 2020
@mallikarjun2000
Copy link
Contributor

Hey!,
I would like to take this issue and work on it. can you please assign it to me?

@ayush-tiwari57
Copy link
Owner

sure @mallikarjun2000 , I have assigned this task to you so could start working on it. All the Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hackertoberfest help wanted Extra attention is needed javascript
Projects
None yet
Development

No branches or pull requests

3 participants