# Longest Common Prefix


## 🧠 Problem

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 "".

---

### 🏷️ Tags  
`String`

---

### 📊 Difficulty  
**Easy**

✅ Success Rate: **39.3%**  
📥 Submissions: **3,891,029**  
📈 Accepted: **1,529,495**

---

### ❤️ Reactions  
👍 Likes: **7636**  
👎 Dislikes: **2930**

---

### 💡 Hints



---

### 🔁 Similar Questions

- 

