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

doc: add examples for permutations.jl #173

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

Conversation

inkydragon
Copy link
Member

Add examples with doctest:

  • permutations(a)
  • permutations(a, t)
  • multiset_permutations(a, t)
  • nthperm!(a, k)
  • nthperm(a, k)
  • nthperm(p)
  • levicivita(p)
  • parity(p)

Copy link

codecov bot commented Jan 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.88%. Comparing base (85c7193) to head (d933e95).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   96.88%   96.88%           
=======================================
  Files           7        7           
  Lines         803      803           
=======================================
  Hits          778      778           
  Misses         25       25           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant