pub fn quicksort_optimized(arr: &mut [i32])
Tail-call opitimized quicksort with Lomuto parition scheme.