mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
e6eaa078e2
* 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 |
||
---|---|---|
.. | ||
abbreviation.py | ||
bitmask.py | ||
coin_change.py | ||
edit_distance.py | ||
fast_fibonacci.py | ||
fibonacci.py | ||
floyd_warshall.py | ||
Fractional_Knapsack.py | ||
integer_partition.py | ||
k_means_clustering_tensorflow.py | ||
knapsack.py | ||
longest_common_subsequence.py | ||
longest_increasing_subsequence_O(nlogn).py | ||
longest_increasing_subsequence.py | ||
longest_sub_array.py | ||
matrix_chain_order.py | ||
max_sub_array.py | ||
minimum_partition.py | ||
rod_cutting.py | ||
subset_generation.py | ||
sum_of_subset.py |