EPIJudge
EPIJudge copied to clipboard
is_valid_sudoku_pythonic fails on test 8. Update / to //.
is_valid_sudoku_pythonic was failing on test 8/745 due to floating point division. Floor division is needed to group cells into their proper "regions".
@ivnle Thank you for pointing this out. This looks like a bug.
Hi @ivnle ,
Thanks for reporting this, and this is being fixed. It shall be available in the next release.