Sponsored
Reserved space — layout preview until AdSense is connected
Functions & Closures
medium
Memoize decorator
Implement a @memoize decorator that caches results of a function.
decorators
closures
caching
+25 pts
20m
Data Structures & Algorithms
hard
LRU cache decorator
Implement @lru_cache(maxsize=N) for unary functions using OrderedDict.
decorators
caching
OrderedDict
+50 pts
40m
Advanced Python
medium
Retry decorator
Implement @retry(times=3) that retries a function on exception.
decorators
error-handling
+28 pts
25m
Showing 3 challenges