2025-01-22 10:20:35

This commit is contained in:
Isaac Shoebottom 2025-01-22 10:20:35 -04:00
parent ae285129c8
commit 2eb98aa15b

View File

@ -9,4 +9,5 @@ Merge Sort C in ascending order. A greedy solution works in this case.
We can simply run through the sorted list and serve them in order. We can simply run through the sorted list and serve them in order.
But if we assume the greedy algorithm is not optimal in this case But if we assume the greedy algorithm is not optimal in this case
Try to reduce total time T