Explorar el Código

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri hace 8 años
padre
commit
f973673850
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md Ver fichero

@@ -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