15
ljy95135
11 20
1019/ 1195
Last seen 7 years ago
Member for 8 years, 1 month, 27 days
Difficulty Normal
Best reviews / Newest reviews
O(n) select-nickie 1
Divide and Conquer is quite good, but seems hard for me a new pythoner. More
First-blabaster
Amazing...But where is python's simplicity.. More
First-Dirk
great! I forgot in python '==' can be used in chain...Still a long way to go. More
First-ljy95135 1
I think it's clear but seems has lots of ways to optimize... Is there anyway to avoid the last for-loop? More
First-Kerulen
One line is hard to read. But it helps for me to find that I use lot of useless if-test. More
First-zcjsword 1
Can you explain more about the while loop? Thanks. More
Without if/else-martin_b
Use a dict by tuple of True and False as a key is quite interesting. Learn it now. More
First...-k_spamowe
>>> "{0:08b}".format(int('0')) '00000000' >>> "{0:08b}".format(int('255')) '11111111' wow, now i know why to learn format. Thx More
Without datetime-ciel
Great, it's also concise enough, but could you give some explanation to help me to understand? It's hard for me to know how to determine the weekday by zeller. Thank you. More
First-ljy95135
May be easiest 2 points to get :) BTW, why REVIEWED is always not lighted? More
Do the math-nickie
Great.When I solved the problem I guess there would be one just use a formula. More
Do the math, O(1)-nickie
Awesome! It's the solution I want to find! More
1 2
3