32
Nocturne13
11 34 49
5838/ 6195
Artur Alexandrov
Last seen 25 days ago
Member for 1 year, 6 months, 19 days
Difficulty Easy
Best reviews / Newest reviews
First-juestr 1
Maybe this solution is not easy to grasp at first glance, bul it looks rather accurate, definitely better than mine with tones of elifs)) More
quest grinding-Bifftastic 1 1
Simple and clear. Nicely done. More
quest grinding-Bifftastic 1 1
Nice using of try/except block here. More
Creative?-BootzenKatzen 1
Maybe instead of two lines: n = int(a) x = x + n, you can do it with one: x += int(a). Well done! More
Annotated "Bird Language"-BootzenKatzen 1
Yes, regex can make your life much easier, solving string tasks, but learning them demands time and lots of perseverance. More
quest grinding-Bifftastic 1
Nice use of using key here in sorted function. More
I think I overcomplicated lol-BootzenKatzen 1 1
In your first solution you could unpack the value and turn every element to integer with one line like this: list = [int(i) for i in str(value)] You would get the list of numbers, from which you can get the highest value just using the max function. More
With statement-r_tchaik 1
Nice implementation of width to catch an error. Nicely done. More
one line!-tamagoyaki 1
Rahter long, but interesting one liner. More
First-flowerinapot 1
Good one-liner with a combination of itertools library. Well done. More
quest grinding-Bifftastic 1
Nice and clear solution. Well done. More
replace and replace!-tamagoyaki
The more replace, the better)) More
Second-gyahun_dash
Great. It's a really good implementation of Counter method for solving this excercise. Well done. More
First-9Teen90Three
Nice using of try\except block. Well done. More
First-9Teen90Three
Nice solution of not an easy task. Well done. More
First-shurianov
Nice, clear and readable solution. Well done. More
First-imloafer
Nice solution, using itertools library method. Well done. More
Simple-MonochromeTR
Nice, clear and readable solution. Well done. More
First-9Teen90Three
It's a very puzzling solution, but nevertheless well done. More
First-agdk26
Very nice example of using utility function for solving this task. I suppose the benefit of using yield statement instead of return in get_neighbours function is just better time efficiency? More
1
2
3 4 5 6