Python/data_structures
Christian Clauss 9316e7c014
Set the Python file maximum line length to 88 characters (#2122)
* flake8 --max-line-length=88

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-06-16 10:09:19 +02:00
..
binary_tree Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
data_structures/heap Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
disjoint_set Add disjoint set (#1194) 2019-09-23 05:08:20 +02:00
hashing Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
heap Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
linked_list Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
queue change method name from front to get_front (#1943) 2020-05-06 11:19:44 +05:30
stacks Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
trie Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00