TheAlgorithms-Python/dynamic_programming
Tianyi Zheng cc10b20beb
Remove some print statements within algorithmic functions (#7499)
* Remove commented-out print statements in algorithmic functions

* Encapsulate non-algorithmic code in __main__

* Remove unused print_matrix function

* Remove print statement in __init__

* Remove print statement from doctest

* Encapsulate non-algorithmic code in __main__

* Modify algorithm to return instead of print

* Encapsulate non-algorithmic code in __main__

* Refactor data_safety_checker to return instead of print

* updating DIRECTORY.md

* updating DIRECTORY.md

* Apply suggestions from code review

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
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-22 13:33:51 +02:00
..
__init__.py
abbreviation.py
all_construct.py Add flake8 pluin flake8 bugbear to pre-commit (#7132) 2022-10-13 18:03:06 +02:00
bitmask.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
catalan_numbers.py
climbing_stairs.py
edit_distance.py Follow Flake8 pep3101 and remove modulo formatting (#7339) 2022-10-16 22:50:11 +02:00
factorial.py
fast_fibonacci.py
fibonacci.py
floyd_warshall.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
integer_partition.py
iterating_through_submasks.py
k_means_clustering_tensorflow.py_tf
knapsack.py Add flake8 pluin flake8 bugbear to pre-commit (#7132) 2022-10-13 18:03:06 +02:00
longest_common_subsequence.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
longest_increasing_subsequence_o(nlogn).py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
longest_increasing_subsequence.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
longest_sub_array.py Remove some print statements within algorithmic functions (#7499) 2022-10-22 13:33:51 +02:00
matrix_chain_order.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
max_non_adjacent_sum.py Remove some print statements within algorithmic functions (#7499) 2022-10-22 13:33:51 +02:00
max_sub_array.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
max_sum_contiguous_subsequence.py
minimum_coin_change.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
minimum_cost_path.py
minimum_partition.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
minimum_steps_to_one.py
optimal_binary_search_tree.py Add flake8-builtins to pre-commit and fix errors (#7105) 2022-10-13 19:53:59 +05:30
rod_cutting.py
subset_generation.py Remove some print statements within algorithmic functions (#7499) 2022-10-22 13:33:51 +02:00
sum_of_subset.py Remove some print statements within algorithmic functions (#7499) 2022-10-22 13:33:51 +02:00