RAA - permutation

permutation / 0.1.8

Short description: Permutation class in pure Ruby
Category: Library/Math
Status: stable
Created: 2004-04-29 00:04:44 GMT
Last update: 2010-03-16 23:00:21 GMT
Owner: Florian Frank (Projects of this owner)
Homepage: http://flori.github.com/permutation
Download: http://www.ping.de/~flori/permutation-0.1.8.tgz
License: GPL
Dependency:
None
Description:

This class has a dual purpose: It can be used to create permutations of a given size and to do some simple computations with/on permutations. The instances of this class don’t require much memory because they don’t include the permutation as a data structure. They only save the information necessary to create the permutation if asked to do so.

Versions: [0.1.8 (2010-03-16)] [0.1.7 (2009-07-19)] [0.1.6 (2009-07-19)] [0.1.5 (2007-04-17)] [0.1.4 (2006-03-11)] [0.1.3 (2005-10-08)] [0.1.2 (2004-10-02)] [0.1.0 (2004-04-29)]

Edit this project (for project owner)

back to RAA top