45
bryukh
16 32 48
15857/ 17173
Valentin Bryukhanov http://bryukh.com/
Last seen 2 years ago
Member for 11 years, 7 months, 23 days
Difficulty Normal
Developer, engineer and taskMaker.

Best reviews / Newest reviews
First-Gennady
It's scary. "sum" is a builtin. And PEP8 can help. More
brute force-LexCavalera
Great! I can read it without comments because the variables names are good chosen. More
First-edudobay
"\" for the new lines is not the best choice. You can use brackets if you want to break lines -- it's more readable imho. But in lines 38-40 is redundant. More
First-edudobay
"\" for the new lines is not the best choice. You can use brackets if you want to break lines -- it's more readable imho. But in lines 38-40 is redundant. More
painting-wall --> s7even-s7even 1
What is your recent language? JS? More
Dijkstra-Complete-Miaou 1
Nice comments, but too long lines. More
First-bryukh
any([ch.isupper() for ch in data]) and I prefer list comprehension. For memory problem, i can just to replace list comprehension to generator comprehension. If honestly, i don't like map and filter. More
complex>complicated-veky 1
1e-9??? AAAAA, what is it? Why, why are you breaking my brain. :-D More
First-davidpm 1
Look at the data type "set". It is an useful type for this mission. More
Brute Force-nicuveo
map, lambda, any, all - i like it all :) More
First-Miaou 1
It's hard to read and too long strings, but it's interesting. More
First-parmando
tab=recur(tab,value+1,x1-1,y1+2) You can make it shorter and readable using a loop. More
First-srkr
It's new style of code? Not seen this before. More
First-ParadisiacMercy 1
it's strange name conventions. More
First-Serhiy
+ for percolate algorithm. But lines 20-39 can be shorten in function. Don't repeat yourself (DRY). More
Second-bryukh
It's the same as first -- testing. More
Сombinatorics-bryukh 1
it's not fast -- i know, i can cached some variants for speed. But sometime i am lazy :) More
Recursive Generators-AndriusMk
Great solution. Simple for understanding. I agree with Kvas about Fraction -- slow thing. But this solution easy modified to float. So it's not important. Thank you for interesting solution. More
First-onii
Sometime you use whitespace around operators, sometime -- not. More
First-mdreid
It's not DRY (Don't Repeat Yorself). You can merge four block for moving in one loop or function. And "return" without anything is not good -- it's little confuse. Good comments. More
1 2 3
4
5 6 7 8