Desktop only
Coding Challenges are optimized for Desktop
Come back on a wider screen - the live editor needs room to breathe. You can still read the problem brief above.
Come back on a wider screen - the live editor needs room to breathe. You can still read the problem brief above.
samples = [
(1.0, ["main", "fib", "fib"]), # fib at depth 1 AND depth 2
(2.0, ["main", "fib"]), # only fib at depth 1 remains
]