10
AlexGiesbrecht
1 9 29
466/ 545
Alex Giesbrecht
Last seen 10 months ago
Member for 9 years, 3 months, 2 days
Difficulty Normal
Best reviews / Newest reviews
Stack-veky 2 1
Wanted to do it via dictionary, but somehow forgot about .values() ... More
Clear-mfurones 1 1
not very clear code, but it works :) More
First3-Glocksmoke23 1 1
Why not: "return sorted(list(numbers_array), key=abs)" ? Short and clear otherwise More
Factored-veky 1 1
This is SO clean and efficient compared to mine... Gotta learn 'pythonese' a lot still More
With some help from Bryukh...-NerdAlert1101 1
This is soooo overcomplicated... More
regex-Pouf 1
why didn't you've used given constants with vowels/consonants? More
First-Amachua 1
But POPs from empty queue are said to be valid! More
First-evoynov
Those lambda 1-liners are still like magic to me.. More
First-PawelBubak
Not bad but could be much shorter More
Order-bryukh
Oh no, those lambdas again! :) More
Cipher Map - Worst Solution, but it works XD-niko.hemp
you really need to read about zip and comprehensions to solve this efficiently More
Simple way-kisma
you could use *args argument unpacking here (so it becomes date(*date1) ) More
First-rodka81 1
range(len(histogram)) can be replaced with enumerate(histogram) to get both index into list and value More
First-mumbling 1
timedelta import is not used.. More
set-gyahun_dash
Cleanest solution I've seen so far! More
The Most Wanted Letter-etarasenko
Nice, but try to be more Pythonic next time ) More
Power Supply-sedoy80 1
Very clear and readable, congrats! More
First-cizeko
list comprehension is your friend ) More
First-pedrobueno
Not bad, but you should check out list comprehensions More
Fizz Buzz-AndyBezh
Dictionary! Never thought of that ... More