Learn practical skills, build real-world projects, and advance your career

finding-common-prefix-in-list-of-strings

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="finding-common-prefix-in-list-of-strings")
[jovian] Updating notebook "sushanth2903/finding-common-prefix-in-list-of-strings" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/sushanth2903/finding-common-prefix-in-list-of-strings
Inputs for your references:

["absence", "absolute", "abroad","abstract","apple"]
["absence", "absolute", "abstract"]
["absence", "absolute", "abroad","abstract","test"]
["absence", "absolute", "abroad","abstract"]