Skip to content

Conversation

@Simpfey
Copy link

@Simpfey Simpfey commented Jan 4, 2025

Description

Addedd 2 Snippets for: Sorting Algorithms

  • Insertion Sort
  • Quick Sort

Type of Change

  • ✨ New snippet
  • πŸ›  Improvement to an existing snippet
  • 🐞 Bug fix
  • πŸ“– Documentation update
  • πŸ”§ Other (please describe):

Checklist

  • I have tested my code and verified it works as expected.
  • My code follows the style and contribution guidelines of this project.
  • Comments are added where necessary for clarity.
  • Documentation has been updated (if applicable).
  • There are no new warnings or errors from my changes.

Related Issues

Closes #

Additional Context

Screenshots (Optional)

No Screenshots.

No Screenshots. Click to view screenshots

@ACR1209
Copy link
Contributor

ACR1209 commented Jan 4, 2025

I think these snippets aren't quite in the scope of QuickSnip as the contributing guidelines states that

Does the standard library of my language provide an easy way of doing this?
Does that snippet have a real, and practical use case ?

I think normally and practically you would just use .sort() in Python. But I don't know what you think @psychlone77

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.

3 participants