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 find_duplicates(
paths: list[str],
min_size: int = 0,
follow_symlinks: bool = True,
) -> list[list[str]]: