This document revisits partition sort, suggesting it has a more robust average case complexity of O(n log n) compared to quick sort, supported by computer experiments with inputs from the Cauchy distribution. Additionally, the paper highlights the algorithm's sensitivity to input parameters, warranting further exploration of parameterized complexity. The findings indicate that both the number of sorting elements and the parameters of the input distribution significantly affect the algorithm's performance, impacting its theoretical understanding.