iter.permutations() generates duplicated combinations #70
Labels
good first issue
Good for newcomers
Hacktoberfest
This label is assigned to any issue that is good to go for any Hacktoberfest participant
VSL version: 0.1.45
OS: Windows 11 Pro 21H2 22000.318
What did you do?
Generated combinations with iter.permutations()
What did you expect to see?
An array of unique combinations
What did you see instead?
An array with some duplicated combinations
Code to reproduce the issue:
The text was updated successfully, but these errors were encountered: