EPIJudge icon indicating copy to clipboard operation
EPIJudge copied to clipboard

is_valid_sudoku_pythonic fails on test 8. Update / to //.

Open ivnle opened this issue 5 years ago • 2 comments

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 avatar Feb 18 '19 00:02 ivnle

@ivnle Thank you for pointing this out. This looks like a bug.

metopa avatar Aug 19 '19 16:08 metopa

Hi @ivnle ,

Thanks for reporting this, and this is being fixed. It shall be available in the next release.

tsunghsienlee avatar Nov 10 '19 19:11 tsunghsienlee