-
-
Notifications
You must be signed in to change notification settings - Fork 130
Added sort and search algorithms to Python, updated my author name from previous pull request in C sort and search algorithms, #203
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
Conversation
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, thanks for your contribution! π
We really appreciate the effort youβve put into submitting your Python snippets. However, we canβt accept them at this time for the following reasons:
-
Sorting: There is already a standard library equivalent in Python (sorted() or .sort() for in-place sorting). Since QuickSnip focuses on providing unique, reusable, and self-contained snippets, we avoid duplicating functionality that is already available in the standard library.
-
Search: Same for sorting, it can already be achieved using list.index() in Python. As such, it doesnβt add new or unique value to the repository.
Please resolve the conflict to update you author name.
Hi @utkarshkonwar ,
I'm closing this PR due to inactivity. There hasn't been any response or updates in the past week despite the requested changes.
If you'd like to continue working on this feature, please feel free to open a new PR when you have time to address the feedback. We appreciate your contribution attempt and welcome future submissions.
Thanks for understanding!
Closing as stale. π
Uh oh!
There was an error while loading. Please reload this page.
Description
Type of Change
Checklist
Related Issues
Closes #
Additional Context
Screenshots (Optional)
Click to view screenshots