Shell sorting algorithm: review and implementation example using Rcpp
收藏NIAID Data Ecosystem2026-03-09 收录
数据链接:
官方服务:
资源简介:
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



