mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
* feat: add Stooge sort algorithm * docs: add documentation for function parameters and includes * test: add new tests for the Stooge sort * docs: Update functions descriptions * fix: Update parameter type to size_t * doc: Add message that the tests have passed * fix: Update return statement structure --------- Co-authored-by: David Leal <halfpacho@gmail.com>