-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
INCLUDES SORTING VISUALIZING OF ALL SORTING ALGORITHMS #1734
Conversation
Added css
Added Route
Added Sorting Visualinge Logic.
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible.). If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@ajay-dhangar Requested to review |
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
|
@ajay-dhangar Please Review IT.. |
Requested to accept it with level 3 as its includes ALL the sorting algorithm with visualization... we can also change the size of array... we can also manage the speed.... |
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.
Please write your code in the Component folder and use it as a component, not as a page. This will make it easier to maintain and reuse.
|
@ajay-dhangar I replace code in component folder... please review it |
@ajay-dhangar Please Review PR.. |
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.
We are not using a link for the url and pages, so can you delete the code based on the suggestions
docusaurus.config.js
Outdated
{ | ||
to: "Visualizing", | ||
label: "Sorting Visualizer", | ||
position: "left", | ||
}, |
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.
delete lines 107
to 111
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.
I removed it.. please Review Again...
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.
i removed it but when should i render it ? should i render it in home page ?
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.
requested to guid me
@ajay-dhangar I removed it.. please Review again... |
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.
Done
🎉🎉 Thank you for your contribution! Your PR #1734 has been merged! 🎉🎉 |
📥 Pull Request
Description
INCLUDES SORTING VISUALIZING OF ALL SORTING ALGORITHMS
Fixes #1286
Type of change
Checklist: