Python/divide_and_conquer
Christian Clauss 26b0803319
Simplify sudoku.is_completed() using builtin all() (#1608)
* Simplify sudoku.is_completed() using builtin all()

Simplify __sudoku.is_completed()__ using Python builtin function [__all()__](https://docs.python.org/3/library/functions.html#all).

* fixup! Format Python code with psf/black push

* Update sudoku.py

* fixup! Format Python code with psf/black push

* Old style exception -> new style for Python 3

* updating DIRECTORY.md

* Update convex_hull.py

* fixup! Format Python code with psf/black push

* e.args[0] = "msg"

* ValueError: could not convert string to float: 'pi'

* Update convex_hull.py

* fixup! Format Python code with psf/black push
2019-12-08 22:42:17 +01:00
..
closest_pair_of_points.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
convex_hull.py Simplify sudoku.is_completed() using builtin all() (#1608) 2019-12-08 22:42:17 +01:00
inversions.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
max_subarray_sum.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
mergesort.py psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00