所属分类:
其他
开发工具:Visual C++
文件大小:2KB
下载次数:2
上传日期:2017-03-28 22:37:25
说明: 快速排序与随机快速排序,并且解决问题,计数其中重复排序次数与最大最小次数
(3. Implement Quicksort and Randomized Quicksort. Answer the following questions. (1) How many comparisons will Quicksort do on a list of n elements that all have the same value? (2) What are the maximum and minimum number of comparisons will Quicksort do on a list of n elements, give an instance for maximum and minimum case respectively. )
文件列表:
3-1.cpp,1400,2017-03-22
3-2.cpp,1425,2017-03-22