Skip to content

We should drop mergesort #1

@NicMcPhee

Description

@NicMcPhee

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions