Skip to content

bnoordhuis/node-permute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERMUTE
=======

A tiny library to permutate a sequence.


USAGE
=====

var permute = require('permute');
var seq = [2,3,5,7,11,13,17,19];
while (permute(seq)) console.log(seq);  // Prints 40,319 permutations.


PERFORMANCE
===========

Acceptable.  About 5.5 to 6 times slower than hand-crafted C++ code.


KNOWN BUGS
==========

None.


LICENSE
=======

ISC (BSD-like).  See the LICENSE file for details.

About

A tiny library to permutate a sequence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published