FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Create KMPMatching.py by KennethNero · Pull Request #29 · abranhe/allalgorithms-python · GitHub

Create KMPMatching.py - #29

Open
KennethNero wants to merge 1 commit into
abranhe:masterfrom
KennethNero:master
Open

Create KMPMatching.py#29
KennethNero wants to merge 1 commit into
abranhe:masterfrom
KennethNero:master

Conversation

Copy link
Copy Markdown

Added an algorithm that picks out matched patterns within a given string of another string.

This pull request is:

  • A new Algorithm
  • An update to an existing algorithm.
  • An error fix
  • Other (Describe below*)

This pull request fixes:
A missing implementation of the KMP Algorithm

Changes:

Added the KMP Algorithm to the list of string searching/matching algorithms.

Added an algorithm that picks out matched patterns within a given string of another string.

abranhe left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks so much for your contribution to The All ▲lgorithms Project. Without people like you submitting Pull Requests we couldn't run this project. You rock @KennethNero, but still, we need to add tests and docs.

You can read the contribution guide here: https://github.com/abranhe/allalgorithms-python/blob/master/.github/contributing.md

abranhe added Documentation needed Documentation is required, so should be added Tests needed Test are required, so should be added labels Oct 2, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation needed Documentation is required, so should be added Tests needed Test are required, so should be added

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL