Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dabrahams opened this issue Dec 27, 2022 · 1 comment · May be fixed by #193
Open

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

dabrahams opened this issue Dec 27, 2022 · 1 comment · May be fixed by #193

Comments

@dabrahams
Copy link
Contributor

See https://cplusplus.com/reference/algorithm/merge/

See also inplace_merge.

@mdznr mdznr linked a pull request Dec 28, 2022 that will close this issue
4 tasks
@mdznr
Copy link
Contributor

mdznr commented Dec 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants