Skip to content

Conversation

@KennethNero
Copy link

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.
Copy link
Owner

@abranhe abranhe left a comment

Choose a reason for hiding this comment

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

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 abranhe added Documentation needed Documentation is required, so should be added Tests needed Test are required, so should be added labels Oct 2, 2019
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