ArrayTools
The ArrayTools class adds additional array utility functions.
Methods to iterate, permute, or shuffle arrays are included among others.
Version
2.0Owner
jjdonaldLicense
BSDHistory
-
2009-06-28 20:22:082.0Updated dependency to current IterTools Version 1.7
-
2009-06-12 09:08:171.9Made factoradic and permutationIndex routines work with the new haXe cvs version
-
2009-05-23 20:29:491.8added needed dependency for IterTools
-
2009-04-15 21:25:581.7Added nextCombinatorIndex() and nextPermutatorIndex(). This makes combinations/permutations of Arrays with length > 11 possible. Also added Array equivalence() check function.
-
2009-03-20 20:06:501.6Removed package/directory hierarchy according to haxeLib best practices
-
2009-02-20 23:19:251.5Cleaned up annoying .svn folders from the base install
-
2009-02-20 22:27:591.4Changed a few necessary private functions to public
-
2009-02-07 19:12:511.3Added swapAndPop()
-
2009-01-08 18:38:151.2Added deep copying, and faster Array creation in certain cases
-
2008-12-29 19:23:051.1Fixed error in permute(), added another combination() routine
-
2008-12-29 06:46:331.0Initial release, everything is working correctly