[問題] 選擇排序法的問題

作者: wa007123456 (大笨羊)   2016-11-16 14:33:05
開發平台(Platform): (Ex: Win10, Linux, ...)
Win10
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)

問題(Question):
無法完成正確排序
餵入的資料(Input):
陣列:
{87,23,21,14,17,9,86,66,99,10}
預期的正確結果(Expected Output):
9, 10, 14, 17, 21, 23 , 66 , 86, 87, 99,
錯誤結果(Wrong Output):
9, 10, 14, 17, 21, 66, 23, 86, 87, 99,
程式碼(Code):(請善用置底文網頁, 記得排版)
select sort函數 我是這樣寫的....
作者: tsoahans (ㄎㄎ)   2016-11-16 14:59:00
你先換過去min就不是最小值了

Links booklink

Contact Us: admin [ a t ] ucptt.com