C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

Added Iterative Quick Sort

Open sebe324 opened this issue 1 year ago • 2 comments

Description of Change

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

Checklist

  • [x] Added description of change
  • [x] Added file name matches File name guidelines
  • [x] Added tests and example, test must pass
  • [x] Added documentation so that the program is self-explanatory and educational - Doxygen guidelines
  • [x] Relevant documentation/comments is changed or added
  • [x] PR title follows semantic commit guidelines
  • [x] Search previous suggestions before making a new one, as yours may be a duplicate.
  • [x] I acknowledge that all my contributions will be made under the project's license.

Notes:

sebe324 avatar Mar 21 '24 19:03 sebe324

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.

github-actions[bot] avatar Apr 21 '24 00:04 github-actions[bot]

can someone check this pr out? @realstealthninja

sebe324 avatar Apr 21 '24 19:04 sebe324

Tests failing! The issue is the functions youre using inside test is not the namespaced one

Fix is prefixing the function calls with

   sorting::function_name()

realstealthninja avatar Sep 02 '24 23:09 realstealthninja

Oh I forgot, I'll fix it later today.

sebe324 avatar Sep 03 '24 06:09 sebe324