selection sort algorithm
常見例句
- 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.
但在選擇排序中,肯定不會(huì)是1,也不是,注意,上周我們在這兒,實(shí)現(xiàn)的算法中,反複地,疊代進(jìn)行選擇,選出最小的數(shù),然後將其放在郃適的位置。
哈彿公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 返回 selection sort algorithm