Longest Common Prefix
Hello friends today I have solved the problem of longest common prefix on the leetcode which is based on the topic strings. In this problem as give below we have to solve the longest common prefix between strings that are present in arrays so first w...
djnikam.hashnode.dev2 min read
Bryan King Pecho
Software Engineer | Web Wizard | Open Source Advocate
Your solution demonstrates a good understanding of string manipulation and the use of built-in methods. Keep up the good work! π