Explorar el Código

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri hace 9 años
padre
commit
7f192f44b4
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md Ver fichero

179
 
179
 
180
     ---
180
     ---
181
 
181
 
182
-2. Complete the `SortBySrcAddr` function implementing the *Bubble Sort* algorithm, sorting the packets by `source address`.
182
+2. Complete the `SortBySrcAddr` function implementing the *Bubble Sort* algorithm, sorting the packets by `Source Address`.
183
 
183
 
184
-3. Complete the `SortByDstAddr` function implementing the *Selection Sort* algorithm, sorting the packets by `destination addres`.
184
+3. Complete the `SortByDstAddr` function implementing the *Selection Sort* algorithm, sorting the packets by `Destination Address`.
185
 
185
 
186
-4. Complete the `SortBySrcPort` function using the *Selection Sort* algorithm, sorting the packets by `source port`.
186
+4. Complete the `SortBySrcPort` function using the *Selection Sort* algorithm, sorting the packets by `Source Port`.
187
 
187
 
188
-5. Complete the `SortByDstPort` function using the *Bubble Sort* algorithm, sorting the packets by `destination port`.
188
+5. Complete the `SortByDstPort` function using the *Bubble Sort* algorithm, sorting the packets by `Destination Port`.
189
 
189
 
190
 ---
190
 ---
191
 
191