ソースを参照

README-en.md edited online with Bitbucket

コミット
f973673850
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md ファイルの表示

193
 
193
 
194
 3. Complete the `SortByDstAddr` function implementing the *Selection Sort* algorithm, sorting the packets by `destination addres`.
194
 3. Complete the `SortByDstAddr` function implementing the *Selection Sort* algorithm, sorting the packets by `destination addres`.
195
 
195
 
196
-4. Complete the `SortBySrcPort` function using the *Selection Sort* algorithm, sorting the packets by `source port`.
196
+4. Complete the `SortBySrcPort` function using the *Bubble Sort* algorithm, sorting the packets by `source port`.
197
 
197
 
198
-5. Complete the `SortByDstPort` function using the *Bubble Sort* algorithm, sorting the packets by `destination port`.
198
+5. Complete the `SortByDstPort` function using the *Selection Sort* algorithm, sorting the packets by `destination port`.
199
 
199
 
200
 ---
200
 ---
201
 
201