8
percevalve
1 4 12
317/ 345
Last seen 7 years ago
Member for 10 years, 8 days
Difficulty Normal
Best reviews / Newest reviews
Stackless-blabaster 1
Nice stackless solution !, it is very clear (at least to me.) More
Use else break in the loop-quiath 1
Nice and clear ! When you look at it, your code is actually pretty fast. When you look at the performance, you will notice that most of the time is spent in creating the "m" value. Line # Hits Time Per Hit % Time Line Contents 7 More
2nd-gyahun_dash 1
This is a clear code ! There is only the minimum comments you actually need... The only change I might suggest is to do the clearing of the identical pairs (if pair[0] != pair[1]) when you create the pairs tuple. By being simple, it is also fast, I find it actually faster (in most cases of cou More