Contributor
Kefan Yang

Sorting Algorithms Benchmark and Implementation


Mentors
Andrey Borodin, Atri Sharma
Organization
PostgreSQL

Implement the project idea sorting algorithms benchmark and implementation (2018)

Candidate sorting algorithms:

  • Introsort
  • Timsort
  • Dual-pivot quicksort
  • Radixsort

Use cuckoo hashing as the new hashing table implementation