selection sort algorithm
基本解釋
- [計算機科學技術(shù)]選擇排序算法
英漢例句
- N But it's definitely not one and in fact it wasn't N in the case of Selection Sort because remember the algorithm we implemented on stage last week had me going back and forth across the stage selecting on iteration, the smallest person I can find, the smallest number and then putting them into place.
但在選擇排序中,肯定不會是1,也不是,注意,上周我們在這兒,實現(xiàn)的算法中,反復地,迭代進行選擇,選出最小的數(shù),然后將其放在合適的位置。
哈佛公開課 - 計算機科學課程節(jié)選
原聲例句
專業(yè)釋義
- 選擇排序算法