Citadel interview question

Asked about my project, Java vs C++, networking, and operating systems Coded linked list sorter algorithm using quick sort, divided into three partitions: left (smaller than pivot), medium (equal to pivot), right (larger than pivot)