apple / apple/swift-algorithms
The `merge` algorithm for combining sorted collections is missing.
Open
- Dominant language
- Swift
- Stars
- 6.3k
- Forks
- 483
- PR merge metrics
- No merged PRs in 30d
Description
See https://cplusplus.com/reference/algorithm/merge/
See also inplace_merge.
Contributor guide
Research direction
Start by reading the linked merge reference and compare it with the repository's existing collection algorithms. Review the related inplace_merge reference as well; done means the missing sorted-collection merge algorithm has a defined Swift API and appropriate project tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100