derange

1.0.1 • Public • Published

Derange

Generate a random derangement of a set.

In combinatorial mathematics, a derangement is a permutation of the elements of a set, such that no element appears in its original position. In other words, a derangement is a permutation that has no fixed points. (Wikipedia)

Usage

For examples of usage see the provided example.js file.

const derange = require('derange')

const derangedSet = derange([ /* your set here */ ])

Note

Since there is no possible derangement for empty sets and sets with a single element, the ouptut of the function for this cases will be the empty set.

Package Sidebar

Install

npm i derange

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.65 kB

Total Files

5

Last publish

Collaborators

  • stefanalexlupu