Skip to content

Add LongestCommonSubstring Impleamentation#7464

Open
Rosander0 wants to merge 5 commits into
TheAlgorithms:masterfrom
Rosander0:add-longest-common-substring
Open

Add LongestCommonSubstring Impleamentation#7464
Rosander0 wants to merge 5 commits into
TheAlgorithms:masterfrom
Rosander0:add-longest-common-substring

Conversation

@Rosander0

Copy link
Copy Markdown
  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter

codecov-commenter commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.81%. Comparing base (34079f0) to head (0b3ef79).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7464      +/-   ##
============================================
- Coverage     79.81%   79.81%   -0.01%     
- Complexity     7304     7311       +7     
============================================
  Files           803      804       +1     
  Lines         23751    23765      +14     
  Branches       4671     4675       +4     
============================================
+ Hits          18957    18968      +11     
- Misses         4036     4037       +1     
- Partials        758      760       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Rosander0 Rosander0 left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This contians the URL link to documetation explaining the longest common substring algorithm
https://www.geeksforgeeks.org/dsa/longest-common-substring-dp-29/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants