We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52ee81 commit 2a5fc6dCopy full SHA for 2a5fc6d
README.md
@@ -84,6 +84,11 @@ All functions return lazy sequences.
84
([1] [1] [2 2]))
85
```
86
87
+Note that `permutations` and `partitions` intelligently handle inputs with duplicate items,
88
+using a more sophisticated algorithm that will produce only distinct permutations/partitions.
89
+The other functions do not do this, and will produce duplicates in the output if the input has
90
+duplicate items.
91
+
92
Refer to docstrings in the `clojure.math.combinatorics` namespace for
93
additional documentation.
94
0 commit comments