TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
29.7k stars 7.05k forks source link

Added Iterative Quick Sort #2684

Open sebe324 opened 4 months ago

sebe324 commented 4 months ago

Description of Change

I've added an implementation of iterative quick sort. It uses the stack instead of recursion.

Checklist

Notes:

github-actions[bot] commented 3 months ago

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sebe324 commented 3 months ago

can someone check this pr out? @realstealthninja