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.
def crawl(self, seed_url, same_domain=False, max_depth=None,
max_workers=1, requests_per_second=None) -> list[str]