-->
当前位置:首页 > 题库

单选题:Given input { 32, 82, 47, 51, 64, 18, 41 }. After the first part

Luz5年前 (2021-05-10)题库1749
Given input { 32, 82, 47, 51, 64, 18, 41 }. After the first partition (with the median-of-three as the pivot) of quick sort, the resulting sequence is \_\_\_\_

@[A](3)

A. { 32, 18, 41, 82, 64, 47, 51 }
B. { 32, 18, 41, 51, 64, 82, 47 }
C. { 32, 18, 47, 41, 51, 82, 64 }
D. { 18, 32, 47, 51, 64, 82, 41 }



A.{ 32, 18, 41, 82, 64, 47, 51 }
B.{ 32, 18, 41, 51, 64, 82, 47 }
C.{ 32, 18, 47, 41, 51, 82, 64 }
D.{ 18, 32, 47, 51, 64, 82, 41 }


答案:A