December 21, 2022December 21, 2022analyze two algorithms to solve the longest common prefix problem. Haskell by Geoffrey Algorithm Concepts- Design, implement and analyze two algorithms to solve the longest common prefix problem. A solution using the naive brute force approach and one using the divide and conquer approach.