Skip to content
New issue

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

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

Already on GitHub? # 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 #236 or #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 #236 or #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

@CTMacUser CTMacUser linked a pull request Jul 20, 2024 that will close this issue
4 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
2 participants