Algorithm: Longest common prefix

Today we will look at an easy problem: finding the longest common prefix of an array of strings. Could you find the optimized solution for it?

Algorithm: Longest common prefix Read More ยป