Skip to content

Derangements #150

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

FedericoStra
Copy link
Contributor

Add a function to generate all derangements:

julia> map(join, derangements("abbac"))
4-element Vector{String}:
 "baacb"
 "bacba"
 "bcaba"
 "caabb"

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.21%. Comparing base (2ad84aa) to head (3db33bb).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #150   +/-   ##
=======================================
  Coverage   97.21%   97.21%           
=======================================
  Files           8        8           
  Lines         826      827    +1     
=======================================
+ Hits          803      804    +1     
  Misses         23       23           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@FedericoStra FedericoStra force-pushed the derangements branch 3 times, most recently from 9d04c8e to 0a79d3e Compare May 1, 2025 16:30
@inkydragon inkydragon added the feature Indicates new feature / enhancement requests label May 2, 2025
@inkydragon inkydragon added this to the v1.1.0 milestone May 2, 2025
@FedericoStra FedericoStra force-pushed the derangements branch 2 times, most recently from 6d654f3 to ef83525 Compare May 2, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new feature / enhancement requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants