-
Notifications
You must be signed in to change notification settings - Fork 441
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
Detection of How One Sorted Sequence Includes Another #38
Open
CTMacUser
wants to merge
10
commits into
apple:main
Choose a base branch
from
CTMacUser:overlap
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 28, 2020
-
Add method to check sequence overlap
Add method to sequences that takes another sequence and a comparison predicate, assumes both sequences are sorted along that predicate, and reports how much the sequences overlap in element values. Add an overload that defaults the comparison to the standard less-than operator. Add a type to express the form of set overlap, making optional distinction to degenerate sources.
Configuration menu - View commit details
-
Copy full SHA for a83b36e - Browse repository at this point
Copy the full SHA a83b36eView commit details
Commits on Oct 29, 2020
-
Rename the type expressing kinds of set overlap, to be less general. Explicitly list the preconditions for the set-overlap detection methods.
Configuration menu - View commit details
-
Copy full SHA for b8d6560 - Browse repository at this point
Copy the full SHA b8d6560View commit details -
Forgot to update a file for a type rename from the last change.
Configuration menu - View commit details
-
Copy full SHA for 5afb686 - Browse repository at this point
Copy the full SHA 5afb686View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b9008e9 - Browse repository at this point
Copy the full SHA b9008e9View commit details -
Add a reference to the pull-request link. Change location of summary.
Configuration menu - View commit details
-
Copy full SHA for 354e4c7 - Browse repository at this point
Copy the full SHA 354e4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b699c - Browse repository at this point
Copy the full SHA b8b699cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc63d6 - Browse repository at this point
Copy the full SHA 8cc63d6View commit details
Commits on Mar 19, 2022
-
Change the name of the "sortedOverlap" methods to "degreeOfInclusion," to clarify what is being calculated.
Configuration menu - View commit details
-
Copy full SHA for eb2a498 - Browse repository at this point
Copy the full SHA eb2a498View commit details -
Change the name of the source, test, and guide files to match the updated method name. Update their link in the README file.
Configuration menu - View commit details
-
Copy full SHA for ae0b0d7 - Browse repository at this point
Copy the full SHA ae0b0d7View commit details -
Change some paragraphs with better explanations on design and usage. Change punctuation spacing to match the project's style.
Configuration menu - View commit details
-
Copy full SHA for ca4a143 - Browse repository at this point
Copy the full SHA ca4a143View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.