Files
MSCS532_Assignment3/tests/test_quicksort.py
Carlos Gutierrez fc9197dd29 Add empirical comparison study and comprehensive test suite
- Implemented deterministic quicksort (first element as pivot)
- Added comprehensive empirical comparison between randomized and deterministic quicksort
- Expanded test suite from 30+ to 41+ tests covering:
  * Deterministic quicksort tests
  * Algorithm comparison tests
  * Edge case tests
  * Worst-case scenario tests
- Updated README with comparison study documentation
- All 57 tests passing successfully
2025-11-04 22:29:10 -05:00

15 KiB