The Sequel Spotter
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant feedback.
- Domain
- Python
- Difficulty
- easy
- Seniority
- L3
Problem
We're deduping a media catalog where each sequel was named by extending an existing title, so a sequel's name begins with a shorter title already in the catalog. Return the titles that extend another title from the list, preserving the original order.
Summary
Spot the sequels hiding in the catalog.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and checks it automatically.