Skip to content

Commit

Permalink
Update Intro
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jul 19, 2024
1 parent ad346bc commit 83672c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ A permutation is a rearrangement of the elements in an ordered collection. It
is a one-to-one mapping—a bijection—and therefore reversible.
[Lehmer codes](https://en.wikipedia.org/wiki/Lehmer_code) provide a mapping
between positive integers and permutations, which make it possible to describe
a permutation of _n_ elements in _O(nlog(n))_ space. _Metamorphose_ provides
a permutation of _n_ elements in _O(nlog(n))_ space. __Metamorphose__ provides
an implementation of this encoding.

0 comments on commit 83672c9

Please sign in to comment.