23 | | ||PermutationsWithoutReturn.java || Maps input list into list of all permutations of the input list, when drawn all without return || |
24 | | |
| 23 | ||PermutationsWithoutReturn || Maps input list into list of all permutations of the input list, when drawn all without return || |
| 24 | ||PermutationsWithReturn||Maps the input list into list of all permutations of the input list, when drawn all with return|| |
| 25 | ||Range||A list of all values from low to high with given step size|| |
| 26 | ||ShuffledList||A list of all values of the input list, but shuffled to random order|| |
| 27 | ||Tuples||Maps two input lists into a list of tuples.|| |