24
Ulukai85
8 24 39
3198/ 3445
Last seen 1 month ago
Member for 6 years, 2 months, 2 days
Difficulty Normal
Missions (246) / Solutions (58)
Best solutions / Newest solutions
Electronic Station
lambda, sorted(), lower() and replace()
Verify Anagrams
replace
lower
lambda
sorted
ALL the loops and itertools.product
Mathematically Lucky Tickets
itertools.product
product
dict-comp
add
itertools
re.findall, re.fullmatch, maketrans, translate
Unix Match. Part 2
fullmatch
re.fullmatch
translate
findall
re.findall
Pathfinding, deque, complex coordinates
Can You Pass?
complex
collections.deque
deque
set-comp
add
2
First
Find Sequence
False
and
True
range
len
Scientific Expedition
re.findall and dict comprehension with ternary
YAML. Simple Dict
isnumeric
findall
re.findall
dict-comp
r-string
Solution with zip_longest
The Hidden Word
itertools.zip_longest
zip_longest
itertools
find
enumerate
O'Reilly
A recursive solution
How Deep
type
is
tuple
max
inline-if
timedelta, total_seconds
Lightbulb Intro
datetime.datetime
datetime
List
typing.List
typing
Simple and explicit solution
Sort Except Zero
insert
enumerate
typing.Iterable
Iterable
typing
Incinerator
Simple Inheritance
3 Chefs
class
super
f-string
iterably easy
Multicolored Lamp
cycle
itertools.cycle
class
next
itertools
Just doing it for the raise
Building Base
class
raise
f-string
ValueError
any
Mine
The BEST solution (I could come up with)
Checking Perfect Power
add
bool
set
print
while
2
3
Commented recursive approach
Color Map
keys
all
add
enumerate
set
17
1
Readable solution
Fast Train
extend
any
List
typing.List
not
While-loop
Escape
round
abs
max
or
while
Recursive with functools.reduce
The Greatest Common Divisor
functools.reduce
reduce
functools
set
sorted
First
Caesar Cipher (decryptor)
chr
ord
isalpha
lower
elif
Ice Base
deque and frozensets
Count Chains
frozenset
collections.deque
deque
Tuple
typing.Tuple
8
I tried and I excepted
Is String a Number? (Part II)
ValueError
float
any
isalpha
bool
14
Alice In Wonderland
Oneliner without conditional
Middle Characters
math.ceil
ceil
math
len
Recursive with isinstance
Tree Walker
isinstance
dict
or
elif
list
Not too ugly one-liner list comp
Zigzag Array
List
typing.List
typing
list-comp
range
1
Hack from both sides
Flood Area
itertools.pairwise
pairwise
OrderedDict
collections.OrderedDict
reversed
One-Liner with calendar.weekday
When is Friday?
calendar.weekday
weekday
calendar
reversed
map
1
BFS
Digits Doublets
collections.deque
deque
combinations
itertools.combinations
collections.defaultdict
GitHub
Modules are there for you
Evenly Spaced Trees
diff
numpy.diff
math.gcd
gcd
numpy
7
One-liner with itertools.chain.from _iterable
Expand Intervals
from_iterable
itertools.from_iterable
chain
itertools.chain
itertools
Math not loop (with calendar.weekday/day_name)
The Most Frequent Weekdays
calendar.day_name
day_name
calendar.weekday
weekday
calendar
2
Just DFS
Open Labyrinth
collections.namedtuple
namedtuple
items
collections
List
Solution with zip
The Highest Building
zip
enumerate
max
lambda
sum
Built-ins can do stuff
Cookies
dict
split
comprehension
Dropbox
Readable One-liner
Simple Hashlib
hashlib.new
new
hashlib
hack and slash
Friendly Number
Decimal
decimal.Decimal
decimal
round
abs
PyCon TW
Expand the cubes by 'sensor' blocks
Fused Cubes
itertools.product
product
Tuple
typing.Tuple
itertools
Reasonable One-liner
How Much Gold
items
inline-if
sum
in
comprehension
Simple stack with zipping
Golden Pyramid
zip
pop
max
sum
while
1
Using law of cosine and determinant
Simple Areas
math.sin
sin
math.acos
acos
math.pi
Storage
class Line
The Rows of Cakes
hash
class
Fraction
fractions.Fraction
fractions
Simple dict
Moria Doors
combinations
itertools.combinations
findall
re.findall
dict-comp
Kind of two fingery
Saw the Stick
collections.deque
deque
yield
collections
while
HubSpot
Sort and sort again
Workout
itertools.pairwise
pairwise
math.ceil
ceil
itertools
Blizzard
Pop out integers with divmod
Reversed Permutation Index
math.factorial
factorial
divmod
math
pop
Clear set of unit squares
Rectangles Union
itertools.product
product
Tuple
typing.Tuple
add
While with datetime.timedelta
Weekend Counter
datetime.timedelta
timedelta
datetime
while
With itertools.groupby()
Stressful Subject
groupby
itertools.groupby
endswith
any
itertools
Shelter
Recursive monsters
Halloween Monsters
collections.Counter
Counter
collections
enumerate
max
1
First I chased indeces, then I used numpy
Pattern Recognition
numpy.array
array
numpy
as
all
Generate fibonacci or -1
Ghosts Age
itertools.accumulate
accumulate
yield
itertools
enumerate
Tried the Recursive Approach
Completely Empty
TypeError
except
try
False
True
Codeship
Recursively trace through areas
Eaten Go Stones
add
continue
enumerate
pop
set
Readable Recursion
Pearls in the Box
float
round
count
inline-if
int
1
Escher
Clear solution with dictionary comprehension
Compass, Map and Spyglass
values
dict-comp
abs
max
sum
19
if extravaganza
Card Game
collections.Counter
Counter
collections
min
max
As instructed...
The Stones
all
not
if-comprehension
False
range
Using classes for points and lines
Wild Dogs
hash
class
combinations
itertools.combinations
collections.Counter
First
Ground for the House
strip
zip
pop
max
not