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