14
znatny_kulish
8 22
879/ 945
Last seen 7 years ago
Member for 7 years, 4 months, 23 days
Difficulty Normal
An economist who wants to code.

Best reviews / Newest reviews
First-yukirin 1
I learnt about negative list indices from your solution:) More
Encode and check-veky 1
I've learnt something new from your code, thanks!:) More
First-makoto_yamagata 1
very nice! now I understand how to factor EFFICIENTLY (comparing with my solution...) thanks :) More
Recursive :)-ale1ster 1
hey, your vrbls nms make the code unrdbl :)) More
Rec-Bilou06
nice, very short! the only thing scratching my eyes is (k not in [grid[i/3*3][j/3*3], grid[i/3*3+1][j/3*3], grid[i/3*3+2][j/3*3], grid[i/3*3][j/3*3+1], grid[i/3*3+1][j/3*3+1], grid[i/3*3+2][j/3*3+1], grid[i/3*3][j/3*3+2], grid[i/3*3+1][j/3*3+2], grid[i/3*3+2][j/3*3+2]]) you could optimize this: k n More
First-coells
very very nice! it might me slower than long and boring code, but it looks very nice. More
regex grid-DiZ
"Choose word order by flooding grid" this was my idea, but I didn't know how to do this:) I sorted by number of intersections instead. More
Sieve of Eratost generator-spoty
MAX=MAX**(True+True+True+True) :-Ь More
__mod__-sqeph 1
my first idea was to re-determine % as, for example, && - but it was unnecessary =) More
First-blabaster 1
lol! speedy in execution? may be. but not in typing code anyway))) More
Third-ciel
one line code! this is python!:) More
Shoelace-veky 1
sum of areas of triangles using det/2 formula? am I right? More