Browse Source

README-en.md edited online with Bitbucket

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

+ 4
- 4
README-en.md View File

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