An implementation of the QuickSort algorithm with varying pivot selection strategies to analyze their impact on performance, along with comparisons and reporting of results.
- TeX 34.9%
- C 33.2%
- Makefile 17.3%
- Python 14.6%
|
Some checks failed
Generate and Deploy Doxygen Documentation / deploy (push) Has been cancelled
|
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| include | ||
| report | ||
| src | ||
| utils | ||
| .clang-format | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Lab 6
Neste trabalho, você deverá implementar o algoritmo QuickSort variando a escolha do pivô. O objetivo é entender como diferentes estratégias de escolha do pivô afetam o desempenho do algoritmo. Você também deverá realizar comparações entre as diferentes implementações e relatar os resultados obtidos.