Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2020

  1. Added program to compute common leading and trailing substring

    Calculates Longest common leading and trailing substring of two strings and returns both at the same time
    MadhuNimmo authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    e129d1a View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    To remove DS_Store files
    MadhuNimmo authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    3067caf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Added LongestCommLeadtrailSubString.js

    Added Program to compute Longest Common Leading or Trailing Substrings along with tests
    MadhuNimmo committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    4ba061f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fde901c View commit details
    Browse the repository at this point in the history