11
Franky
1 10 25
515/ 645
Last seen 5 years ago
Member for 8 years, 5 months, 17 days
Difficulty Normal
Best reviews / Newest reviews
Double ended-veky 1
use -1 to get parameter is good for such well format input! and I forgot collections' emptiness can be used as condition, which is more concise way to check before pop(Saw above this is from PEP8). Learned from you. More
First-gyahun_dash 1
I have never got a dict object from iteration. Really learned new things here:) More
clear-zcjsword
nice solution. I forgot to handle the case of len == 0 , while if writting a function, it is necessary to check parameters. More
First-aashish_ramdas
int conversion is little bit wired here. could use // for floor division when len is odd, or just / when even More
First-Karan_bhasin 1
does iterate over each character slower than regular expression matching? More
First-gyahun_dash
combinations is exactly what we need here! More
Stack-veky 1
glad to see my solution is similar as yours :) More
clean solution for building set of neighboorh-p.szypowicz 1
good way to handle edges by max and min function. More
First-GodMode-On
two matched arrays means using dictionary or list of tuples are better way. More