mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
ed8d9209da
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.14...v0.2.0) * Upgrade pyproject.toml * Revert sudoku_solver.py RUF017 Avoid quadratic list summation --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com> |
||
---|---|---|
.. | ||
__init__.py | ||
circular_linked_list.py | ||
deque_doubly.py | ||
doubly_linked_list_two.py | ||
doubly_linked_list.py | ||
floyds_cycle_detection.py | ||
from_sequence.py | ||
has_loop.py | ||
is_palindrome.py | ||
merge_two_lists.py | ||
middle_element_of_linked_list.py | ||
print_reverse.py | ||
reverse_k_group.py | ||
rotate_to_the_right.py | ||
singly_linked_list.py | ||
skip_list.py | ||
swap_nodes.py |