mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
5a8655d306
* Added algorithm to generate numbers in lexicographical order * Removed the test cases * Updated camelcase to snakecase * Added doctest * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added descriptive name for n * Reduced the number of letters * Updated the return type * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated import statement * Updated return type to Iterator[int] * removed parentheses --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
balanced_parentheses.py | ||
dijkstras_two_stack_algorithm.py | ||
infix_to_postfix_conversion.py | ||
infix_to_prefix_conversion.py | ||
lexicographical_numbers.py | ||
next_greater_element.py | ||
postfix_evaluation.py | ||
prefix_evaluation.py | ||
stack_using_two_queues.py | ||
stack_with_doubly_linked_list.py | ||
stack_with_singly_linked_list.py | ||
stack.py | ||
stock_span_problem.py |