manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

Adding Program to compute Longest Common Leading and Trailing Substring with tests cases #120

Open MadhuNimmo opened 3 years ago

MadhuNimmo commented 3 years ago

Program to compute Longest Common Leading and Trailing Substring with tests cases has been added along with test cases. @manrajgrover