TalSchuster

Results 2 issues of TalSchuster

```python def sat(nx: List[int], x=[1, 2, 4, 3]): """Find the next permutation of a given list by lexicographical ordering.""" import itertools assert len(x) == len(nx) and set(x) == set(nx) return...

New-puzzle

python 3 ubuntu python 3.6.5 ipython 6.4.0 vim 7.4 Getting this error on C-g: ``` Error detected while processing : Traceback (most recent call last): File "", line 1, in...