Skip to content

Conversation

asaelr
Copy link

@asaelr asaelr commented Mar 3, 2022

Hi

I Implemented KMP algorithm (for pattern searching).
For the animation, I used red (tracer.patch) for the currently-compared chars, and blue (tracer.select) for the prefix of P and the substring of T that are known to be equal.

I think this simulation can help a lot of CS students, so I ask you to add it to the site.

Thanks

@asaelr
Copy link
Author

asaelr commented Mar 3, 2022

LOL. I didn't notice you already have KMP algorithm (under "dynamic programming")

@asaelr asaelr closed this Mar 3, 2022
@asaelr asaelr deleted the KMP branch March 3, 2022 09:30
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.

1 participant