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 apply_transforms(image_path: str, transforms: list[dict], output_path: str) -> Nonedef process_all(images_dir, transforms_dir, output_dir) -> dict[tuple[str, str], str]def process_all_parallel(images_dir, transforms_dir, output_dir, max_workers=8)
-> tuple[dict[tuple[str, str], str], dict[tuple[str, str], Exception]]