Shell sorting algorithm: review and implementation example using Rcpp
收藏Figshare2016-10-02 更新2026-04-08 收录
下载链接:
https://figshare.com/articles/dataset/Shell_sorting_algorithm_review_and_implementation_example_using_Rcpp/3978090
下载链接
链接失效反馈官方服务:
资源简介:
This review resumes the most famous sorting algorithm: the shell Sort. This method starts by sorting pairs of elements far apart from each other, then progressively reducing the gap between elements to be compared.We used Rcpp to impliment the code in R and we show how the running time of Shell sort is heavily dependent on the gap sequence it use.
创建时间:
2016-10-02



