1.When n (n>2) data items are sorted using bubble sort algorithm and the number of key comparison is k, if the number of data item exchanges is 1, then k<=2*(n-1)
这边不太懂他的key comparison 是什么意思
下面这里 不懂他题目中的两个key是在干嘛的@@
像第一题找适合的sort into non-decreasing order based on key1 就不知道这个key1是什么了…
http://i.imgur.com/vuXtkHw.jpg
顺便问一下non-decreasing order是指说不在worst case吗? 写题目常常看到