9
CyroAvernus
4 25
362/ 445
Last seen 9 years ago
Member for 10 years, 6 months, 28 days
Difficulty Normal
Best reviews / Newest reviews
Shortest-veky 3 1
Really the shortest and nice usage of the map function..... More
Thanks to PL-bryukh 1
Really nice solution in one line...had to do a bit of research on the use of max with a key.... More
Adjustment-veky 1
Well nice but I recommend the use of toordinal() andd fromordinal()....... More
First-bryukh
Nice...maybe I should study the itertools module in more detail.... More
First-oduvan
and filter(lambda a:a.islower(),data) \ What is that lambda??? More
Second-nyncuk 1
what does the * before matr signify?? More
camelCase-bryukh 1
The row[i] means that if row[i] == 1 then add one else reinitialize it to 0 right??? More
camelCase-bryukh 1
But in that link you gave there was an efficient implementation involving order static trees....you didn't use that one right? More
First-bryukh 1
bryukh, can you post th elink to your more efficient solution???Can't find it.... More
Math-bryukh
I used the same idea but without the lambda function ..... I used L.sort() instead of sorted More