Skip to content

Missing export for Sort algorithm #13

@KenzoM

Description

@KenzoM

Minor issue, but it seems that it is missing an export for the merge function for the sort.js in the algorithm.

Currently it is this:
module.exports = { bubbleSort, selectionSort, mergeSort };

It should be:
module.exports = { bubbleSort, selectionSort, mergeSort, merge };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions