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

Add Naive String Matching Algorithm in Strings #2001

Closed
4 of 5 tasks
T-Fathima opened this issue Nov 10, 2024 · 0 comments
Closed
4 of 5 tasks

Add Naive String Matching Algorithm in Strings #2001

T-Fathima opened this issue Nov 10, 2024 · 0 comments
Labels
enhancement New feature or request in-review Indicates that the pull request or issue is currently under review.

Comments

@T-Fathima
Copy link
Contributor

Idea Title

Implement Naive String Matching Algorithm for Substring Search

Idea Description

This issue involves implementing the Naive String Matching algorithm, which checks if a given pattern exists in a text string. The algorithm works by comparing the pattern against each substring of the text and determines if a match is found. This is a straightforward approach that is easy to understand but can be inefficient for large strings.

Potential Benefits

  • Improves user experience
  • Enhances learning
  • Adds a new feature
  • Improves code quality
  • Other

Implementation Suggestions (Optional)

No response

@T-Fathima T-Fathima added the enhancement New feature or request label Nov 10, 2024
@github-actions github-actions bot added the in-review Indicates that the pull request or issue is currently under review. label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-review Indicates that the pull request or issue is currently under review.
Projects
None yet
Development

No branches or pull requests

2 participants