-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The C standard has changed so that you can dynamically allocate arrays on the stack even if the size isn't known until runtime. That means that you can legitimately solve the mergesort problem without using calloc or free, which really defeats the purpose.
We could drop mergesort and combine array_merge into the previous lab, or try to come up with a new problem to replace mergesort.
Metadata
Metadata
Assignees
Labels
No labels