Python/dynamic_programming
cclauss e6eaa078e2
Pytest the entire repo (#980)
* Pytest the entire repo

* Do each directory for now...

* YAML files hate tabs

* Add more requirements

* pip install opencv-python

* Comment out FTP

* Add pandas and sklearn to requirements

* Comment out FTP, graphs, machine_learning, maths, neural_network, project_euler

* Update .travis.yml

* Comment out Data structures

* if __name__ == "__main__":

* pytest --ignore=

* pytest .

* Update .travis.yml

* pytest . --doctest-modules --ignore=${IGNORE}

* Ignore --ignore because it just hangs
2019-07-10 06:59:39 +02:00
..
abbreviation.py Modernize Python 2 code to get ready for Python 3 AGAIN 2018-01-21 08:25:19 +01:00
bitmask.py Bitmasking and DP added (#705) 2019-03-28 01:59:31 +08:00
coin_change.py Update coin_change.py (#706) 2019-02-21 00:54:26 +08:00
edit_distance.py Modernize Python 2 code to get ready for Python 3 2017-11-25 12:41:55 +01:00
fast_fibonacci.py refactor 2019-05-26 21:56:10 +05:30
fibonacci.py Modernize Python 2 code to get ready for Python 3 2017-11-25 12:41:55 +01:00
floyd_warshall.py increment 1 2018-10-19 07:48:28 -05:00
Fractional_Knapsack.py refactor 2019-05-26 21:56:10 +05:30
integer_partition.py Counting integer partitions 2018-03-22 09:33:54 -04:00
k_means_clustering_tensorflow.py Remove Multiple Unused Imports and Variable 2018-10-18 02:58:57 +05:30
knapsack.py updated testcase 2018-07-23 13:01:02 +05:30
longest_common_subsequence.py Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
longest_increasing_subsequence_O(nlogn).py Pytest the entire repo (#980) 2019-07-10 06:59:39 +02:00
longest_increasing_subsequence.py Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
longest_sub_array.py Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
matrix_chain_order.py Remove unnecessary loop in matrix_chain_order.py (#564) 2018-10-31 08:31:49 +01:00
max_sub_array.py Update max_sub_array.py (#597) 2018-11-05 09:31:00 +01:00
minimum_partition.py Update minimum_partition.py 2017-10-12 03:28:43 +05:30
rod_cutting.py Create rod_cutting.py (#373) 2019-02-09 08:27:23 +05:30
subset_generation.py subset_generation (#326) 2019-05-26 22:07:40 +05:30
sum_of_subset.py Adding sum of subsets (#929) 2019-07-02 23:23:35 +08:00