Python/data_structures/hashing
Caeden a652905b60
Add Flake8 comprehensions to pre-commit (#7235)
* ci(pre-commit): Add ``flake8-comprehensions`` to ``pre-commit`` (#7233)

* refactor: Fix ``flake8-comprehensions`` errors

* fix: Replace `map` with generator (#7233)

* fix: Cast `range` objects to `list`
2022-10-15 19:29:42 +02:00
..
number_theory Unify primality checking (#6228) 2022-07-11 22:36:57 +08:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
double_hash.py Unify primality checking (#6228) 2022-07-11 22:36:57 +08:00
hash_table_with_linked_list.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
hash_table.py Add Flake8 comprehensions to pre-commit (#7235) 2022-10-15 19:29:42 +02:00
quadratic_probing.py Fix imports for all namespace packages (#2506) 2020-09-28 23:41:04 +02:00