Skip to content

The merge algorithm for combining sorted collections is missing. #192

@dabrahams

Description

@dabrahams
Contributor

Activity

mdznr

mdznr commented on Dec 28, 2022

@mdznr
Contributor

There seems to be a couple of (WIP?) PRs in this space:

#43
#184

However, I’m not sure if the Set-like behavior is desirable/necessary in a the basic merge algorithm. For fun, and to start facilitating API discussion, I put up a quick draft PR: #193

linked a pull request that will close this issue on Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @dabrahams@mdznr

      Issue actions

        The `merge` algorithm for combining sorted collections is missing. · Issue #192 · apple/swift-algorithms