Commit Graph

3 Commits

Author SHA1 Message Date
Carlos Gutierrez
056abd48c0 Add author information
- Added author name and email to README.md
- Added author information to QUICKSORT_COMPARISON.md
2025-11-04 23:54:42 -05:00
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
Carlos Gutierrez
a7fe11fd74 Initial commit: Randomized Quicksort and Hash Table with Chaining implementation
- Implemented Randomized Quicksort algorithm with performance analysis
- Implemented Hash Table with Chaining for collision resolution
- Added comprehensive test suite (30+ test cases)
- Created test runner script with multiple test options
- Added detailed README with architecture diagrams and documentation
- Added MIT License
- Includes examples and comprehensive documentation
2025-11-04 21:35:02 -05:00