Commit Graph

1 Commits

Author SHA1 Message Date
Mindaugas
29f54393f3
feat: add Stooge sort algorithm (#2440)
* 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>
2023-04-14 17:53:25 -06:00