Added new algorithm to generate numbers in lexicographical order #10077
Annotations
3 errors
Ruff (UP035):
data_structures/stacks/lexicographical_numbers.py#L1
data_structures/stacks/lexicographical_numbers.py:1:1: UP035 Import from `collections.abc` instead: `Iterator`
|
Ruff (I001):
data_structures/stacks/lexicographical_numbers.py#L1
data_structures/stacks/lexicographical_numbers.py:1:1: I001 Import block is un-sorted or un-formatted
|
ruff
Process completed with exit code 1.
|