25
tamagoyaki
7 20 41 Leader of the month
3576/ 3695
Awesome Team 辺 田
Last seen 2 days ago
Member for 8 months, 21 days
Difficulty Advanced
Best reviews / Newest reviews
Fast binary search solution-swagg010164 2
Great Speedy! I think using an assignment expression will speed things up a bit. More
~i-Phil15 1
I thought of almost the same code, but the "~i" part is a better solution More
lazy & avoiding list allocation-juestr 1
Very complicated but nice solution More
Second-kazuki.h 1
It's a fast and good solution More
sympy.perfect_power-imloafer 1
"sympy" and "perfect_power"! incredible solution! More
simple loop-Nocturne13 1
simple and clarity! i like this code More
Weird-asapfrogy 1
At first I thought this code would make a calculation mistake, but this code is correct. More
First-tokiojapan55 1
It's amazing how well you're using third-party solutions. More
Second-freeman_lex 1
You changed the INDEX of 0 and 1 blank. That's a very good plan. More
second-Tinus_Trotyl 1
Very complicated but nice solution More
bfs-kazuki.h 1 1
while len(ugly_list) < n*5: this "max count" is correct. Isn't the idea of ​​using "pop(0)" instead of "deque.popleft()" a bad idea? More
36-liner: precomputed range with priority queue-przemyslaw.daniel
Good Solution! I think it will be faster this way. power = init(network, set(plants), all_nodes) More
reversed, take while equal-Phil15
A simple solution using "takewhile" would be nice. More
str.split(sep=' ')-David_Jones
Oh. "text.split(' ')" and "text.split()" have different operations. it was helpful More
Simple list comprehension-Fermax
Oh! I wrote the same code word for word! bro! More
First-hanpari
That's a very good solution. I learned how to use "NEXT" More
First-Andrew12Andrew
You are very good at using list More
Simple and only 5 lines!-texom512
I wrote some similar code, bro! More
First-wiski
Very good code! This code handles "Nothing" very well. More
First-Patrick_vG
good code! this is good idea num -= hundreds * 100 num -= tens * 10 More
1
2