Closed rajdeepchakraborty-rc closed 1 week ago
@pankaj-bind Please review the PR at your convinience
Also, after the recent PR, you merged:
The Contributor has again broken the codebase cloning due to improper directory path naming:
The space in the Folder name is failing the cloning process:
@pankaj-bind please do assign the PR to me. I had opened an unmerged PR request as instructed by the Core team.
Issue Resolved
Algorithm Added
Longest Common Prefix
Description
This program finds the Longest Common Prefix (LCP) among an array of strings. The LCP is the longest sequence of characters shared at the beginning of all strings in the array. The program employs an efficient algorithm to identify the common prefix by comparing the strings character by character.