12
Arandomusername
1 8 21
663/ 745
امانويل امانويل
Last seen 8 years ago
Member for 9 years, 2 months, 24 days
Difficulty Normal
Best reviews / Newest reviews
Regex; one line-ale1ster 1 1
Pretty smart, but regex steals a lot of performance More
dictionary-pi314
I have a similiar idea to yours there, but mine uses a not-anonymous function, doesn't trigger the o[:2] and uses a faster approach for 'ex' More
First-michael.kej 1
I thought filter always creates a list, good one More
Second-jcg
I was thinking sorting by reverse, but I thought it will take a long time. More
First-noobien
The import statement steals a lot of performance More
Short-LukeK
Never thought about that, great one More
Linear in len(data)-grutte_pier 1
Could've used the bulit-in method list.count More
First-Pouf
Never knew that implication equals '<=' I had to write weird stuff More
Straightforward-nickie 1
I have a similiar implementations but without the import statements (It's possible) More