diff --git a/UNB/Year 5/Semester 2/CS3383/Tutorial Notes.md b/UNB/Year 5/Semester 2/CS3383/Tutorial Notes.md index d689040..92d7840 100644 --- a/UNB/Year 5/Semester 2/CS3383/Tutorial Notes.md +++ b/UNB/Year 5/Semester 2/CS3383/Tutorial Notes.md @@ -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. -But if we assume the greedy algorithm is not optimal in this case \ No newline at end of file +But if we assume the greedy algorithm is not optimal in this case +Try to reduce total time T \ No newline at end of file