22
hrvoje
9 25 38
2826/ 2945
Last seen 2 years ago
Member for 10 years, 1 month
Difficulty Normal
Trying to make everything a one-liner and sometimes failing miserably. :)

Best reviews / Newest reviews
Ordered-veky 8 3
I'll try. First, he creates an iterator by mapping int to a string. (list added just for show): In [19]: list(map(int, "093193293094272")) Out[19]: [0, 9, 3, 1, 9, 3, 2, 9, 3, 0, 9, 4, 2, 7, 2] Then, he cleverly extends the game board list (which already contains the rows) by adding colum More
Iterative :(-ale1ster 2
Learned about takewhile from your solution, very creative use - thank you :) More
Shoooooooooort. :)-hrvoje 1
I tend to overcomplicate just about everything, so I was honoring tradition. :) More
School-veky 1 1
Very cool use of string.join('()'). It does remind of a female body part, though. Naughty Veky. :))) More
Assignment-veky 1
Just learned that my solution is overcomplicated by a factor of five. :)) More
Convex Skull-hrvoje 1
I learned about the algorithm here... check it out, it's easier to understand than the strict and formal math textbooks: https://www.youtube.com/watch?v=QYrpHE8iDGg More
defaultdict-Sim0000 1 1
Clever use of _defaultdict_, I wish I thought of that. :) More
Binary search-ale1ster 1 1
Love the double aMore
Using +-veky 1 1
Well, this was unexpected. And awesome! :) More
First-Sim0000 1 1
Line 23 is very creative, awesome! Have some thumbs :) More
injectivity-veky 1
Ok, this is seriously, seriously awesome and clever! 5 thumbs falls short. More
First-kest_iv 1 1
This is creative and clever, well done! :) More
Simple-StefanPochmann 1 1
I love the max(cells, key=your function... approach. My respect, one of the best coders I've seen on the site. More
Wat?-veky 1 1
Minus, equal, tilde, minus. Seriously nice :)) More
wo trig-Sim0000 1
I love your solutions, keep up the great work! More
Comprehend-veky 1
This is *freakishly* awesome and clever, I struggled with operators and generators, you just used sets ... boy, do I have a lot to learn. :-P More
Regex check paths-ale1ster 1 1
Very clever, loved the s[i//3:9:3] part. :) More
O(1) do the maths-altarfinch 1
Best solution yet, nothing beats doing the maths :) More
First-bukebuer 1
The dramatic DIE in the end is a nice touch :) More
Itertools.chain zip and count-lezeroq
Nice touch with itertools.chain. :) More
1
2 3