Caeden
|
07e991d553
|
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062)
* ci(pre-commit): Add pep8-naming to `pre-commit` hooks (#7038)
* refactor: Fix naming conventions (#7038)
* Update arithmetic_analysis/lu_decomposition.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* refactor(lu_decomposition): Replace `NDArray` with `ArrayLike` (#7038)
* chore: Fix naming conventions in doctests (#7038)
* fix: Temporarily disable project euler problem 104 (#7069)
* chore: Fix naming conventions in doctests (#7038)
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-13 00:54:20 +02:00 |
|
imp
|
20a4fdf384
|
[mypy] Fix type annotations for strings (#4637)
* Fix mypy error for can_string_be_rearranged_as_pal
* Fix mypy error for levenshtein_distance.py
* Fix mypy error for word_patterns.py
* Fix mypy error for word_occurrence.py
|
2021-08-19 14:08:20 +02:00 |
|
Du Yuanchao
|
a1ea76bcf3
|
Optimization problem_10 in project_euler (#2453)
* optimization for problem09 in project_euler
* added benchmark code
* fixup! Format Python code with psf/black push
* Update project_euler/problem_09/sol1.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* updating DIRECTORY.md
* Update project_euler/problem_09/sol1.py
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-09-22 15:15:11 +02:00 |
|
Susmith98
|
9b73884def
|
Added a function that checks if given string can be rearranged to form a palindrome. (#2450)
* Added check_if_string_can_be_rearranged_as_palindrome function.
* Added counter implementation and benchmark function.
* flake changes
* Update and rename check_if_string_can_be_converted_to_palindrome.py to can_string_be_rearranged_as_palindrome.py
* Update can_string_be_rearranged_as_palindrome.py
* #
Co-authored-by: svedire <VedireSusmith_Reddy@intuit.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-09-19 21:49:37 +02:00 |
|