mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-24 00:34:53 +08:00

* created divide_and_conquer folder and added max_sub_array_sum.py under it (issue #817) * additional file in divide_and_conqure (closest pair of points)