소스 검색

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