Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
f973673850
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md View File

@@ -193,9 +193,9 @@ Source_Address Destination_Address Source_Port Destination_Port Octects Packets
193 193
 
194 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