Light Mode
Dark Mode
Additional testcases

It turns out that Determinant task should contain a couple more tests like this

checkio([[0,1], [0,2]])

checkio([[0,1,1], [0,2,1], [1,1,1]])

since my first solution is complete the task, but fail on this tests http://www.checkio.org/mission/determinant/publications/gmixo/python-27/matrix-conversion/

Created: July 9, 2015, 7:49 a.m.
Updated: July 13, 2015, 5:15 a.m.
1
13
User avatar
gmixo