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

A sorting algorithm library #25

Merged
merged 7 commits into from
Oct 7, 2024
Merged

A sorting algorithm library #25

merged 7 commits into from
Oct 7, 2024

Conversation

ishaan26
Copy link
Owner

@ishaan26 ishaan26 commented Oct 4, 2024

No description provided.

`till_needle()` is now on strsplit and not directly on the implementors
of the trait. This allows for Strsplit type to be used in other contexts
also. Also this makes the API more explicit and does not hide the
implementation details.
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

Attention: Patch coverage is 99.37107% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
zung_mini/src/orst/sorters/insertion_sorter.rs 98.7% 1 Missing ⚠️
zung_mini/src/orst/sorters/quick_sorter.rs 98.7% 1 Missing ⚠️
Files with missing lines Coverage Δ
zung_mini/src/orst/sorters/bubble_sorter.rs 100.0% <100.0%> (ø)
zung_mini/src/orst/sorters/selection_sorter.rs 100.0% <100.0%> (ø)
zung_mini/src/strsplit/mod.rs 94.6% <100.0%> (+0.5%) ⬆️
zung_mini/src/orst/sorters/insertion_sorter.rs 98.7% <98.7%> (ø)
zung_mini/src/orst/sorters/quick_sorter.rs 98.7% <98.7%> (ø)

... and 2 files with indirect coverage changes

@ishaan26 ishaan26 self-assigned this Oct 4, 2024
@ishaan26 ishaan26 added enhancement New feature or request update labels Oct 4, 2024
@ishaan26 ishaan26 merged commit 16124ea into main Oct 7, 2024
15 checks passed
@ishaan26 ishaan26 deleted the orst branch October 7, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant