Problem 15: Longest Common Prefix
Hey everyone! π
Today, we're solving a popular string manipulation problem: Longest Common Prefix.
The Problem
The goal is to write a function that finds the longest common prefix among a list of str
blog.vicentereyes.org4 min read