Dsa
Strings
Hard
Longest Common Prefix Among Strings
Write a function that finds the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string. For example,
Input: ['flower', 'flow', 'flight']
Output: 'fl'
Key concepts
stringsprefix
Practise this out loud — free
Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.
🎙 Practise this question now