Create permutations_of_an_array.py #9381
Annotations
4 errors
Ruff (N801):
data_structures/arrays/permutations_of_an_array.py#L1
data_structures/arrays/permutations_of_an_array.py:1:7: N801 Class name `permutation` should use CapWords convention
|
Ruff (PIE808):
data_structures/arrays/permutations_of_an_array.py#L5
data_structures/arrays/permutations_of_an_array.py:5:24: PIE808 Unnecessary `start` argument in `range`
|
Ruff (PIE808):
data_structures/arrays/permutations_of_an_array.py#L13
data_structures/arrays/permutations_of_an_array.py:13:24: PIE808 Unnecessary `start` argument in `range`
|
ruff
Process completed with exit code 1.
|