Longest Common Prefix at Amazon

Easy47.1% acceptance

This problem has 75.0% frequency at Amazon.

Problem Description

Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string `""`.

Read full problem and hints

Topics

Also asked at 56 companies


More Amazon Questions

View all Amazon questions