Changes between Version 16 and Version 17 of immutablelist


Ignore:
Timestamp:
08/03/21 11:34:30 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v16 v17  
    2626||AbstractPermutations ||Abstract superclass of all classes that map some input list into a list of all permutations of the input list.||
    2727||PermutationsOrderedWithoutReturn ||Maps input list into list of all permutations of the input list, when drawing N without return.||
    28 ||PermutationsWithoutReturn || Maps input list into list of all permutations of the input list, when drawn all without return. ||
     28||PermutationsWithoutReturn ||Maps input list into list of all permutations of the input list, when drawn all without return. ||
    2929||PermutationsWithReturn||Maps the input list into list of all permutations of the input list, when drawn all with return.||
    3030||Range||A list of all values from low to high with given step size||