Loading...
Uploaded by tigereye3010 on Sep 1, 2007
樂以虎(台灣From Taiwan)(第2集-氣泡排序法)創新推導式程式學習bubble sort Innovative Tutorial ProgramInnovative Tutorial Programming Learning (2)tigereye3010@yahoo.com.tw
Howto & Style
Standard YouTube License
erratum
2-3 : for i=7 to j+1 step -1
newcoleco 4 years ago
Yes, 2-2 is an improvement for 2-1. But I think 2-3 is better because it results in less swaping movements.
2-3 : for i=7 to j-1 step -1
Load more suggestions
erratum
2-3 : for i=7 to j+1 step -1
newcoleco 4 years ago
Yes, 2-2 is an improvement for 2-1. But I think 2-3 is better because it results in less swaping movements.
2-3 : for i=7 to j-1 step -1
newcoleco 4 years ago