存货清单 发表于 2025-3-21 18:31:14
书目名称Sorting Routines for Microcomputers影响因子(影响力)<br> http://impactfactor.cn/if/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers影响因子(影响力)学科排名<br> http://impactfactor.cn/ifr/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers网络公开度<br> http://impactfactor.cn/at/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers网络公开度学科排名<br> http://impactfactor.cn/atr/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers被引频次<br> http://impactfactor.cn/tc/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers被引频次学科排名<br> http://impactfactor.cn/tcr/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers年度引用<br> http://impactfactor.cn/ii/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers年度引用学科排名<br> http://impactfactor.cn/iir/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers读者反馈<br> http://impactfactor.cn/5y/?ISSN=BK0872007<br><br> <br><br>书目名称Sorting Routines for Microcomputers读者反馈学科排名<br> http://impactfactor.cn/5yr/?ISSN=BK0872007<br><br> <br><br>CESS 发表于 2025-3-21 21:21:21
http://reply.papertrans.cn/88/8721/872007/872007_2.pngNoctambulant 发表于 2025-3-22 01:34:56
http://reply.papertrans.cn/88/8721/872007/872007_3.pngInflux 发表于 2025-3-22 07:54:32
Binary Tree Sort,inear succession of elements. By treating the input list as non-linear it is possible to cut down on the number of comparisons and exchanges that need to be carried out to sort. Non-linear in this instance means that the list is accessed non-sequentially, that is not one item after another, necessarily.Intentional 发表于 2025-3-22 12:13:34
Binary Tree Sort,peeds their sort times will always be dependent on n ~2 and this has made some of them extremely slow and hence of little use for any large values of n. The next few chapters cover several sorts that impose a structure on the input list. As a result of this structure the lists are treated as a non-lCON 发表于 2025-3-22 16:31:36
Quicksort,3, 64, 65 in the Communications of the Association o f Computing Machinery (CACM). The original article contained many ideas on improving the Quicksort and these speculations have been responsible for a number of variations on Hoare’s Quicksort. Like Shellsort, Quicksort is now a generic name for aavulsion 发表于 2025-3-22 17:22:29
Sorting by Insertion,is and the next chapter will not improve upon the time achieved by the Quicksort but will demonstrate other methods of sorting, possibly not as obvious as the exchange and counting techniques already demonstrated. Although the sorts may not be faster, they do have advantages associated with them thaWAG 发表于 2025-3-22 23:15:06
Relative Merits,n writing this book we had no intention of running a competition to find the fastest sort, although that is how it appears to have ended up! The idea of the QQ Sort and its hybrid also developed during the course of writing.Eulogy 发表于 2025-3-23 04:14:46
Merges, a minor way here. It is well within the bounds of possibility that, at some time, a programmer using a small computer is going to wish to form one file from several (for example, when sorting a large number of elements) and merging will permit this. Merges are generally external methods but they ca树木心 发表于 2025-3-23 07:34:25
http://reply.papertrans.cn/88/8721/872007/872007_10.png