An open API service indexing awesome lists of open source software.

https://github.com/git-hulk/diff_string_match


https://github.com/git-hulk/diff_string_match

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

diff_string_match
=================

for compare between different search string.

#### KMP Algorithm

require O(N + M), when M << N, require O(N), while N == M , require (2N), it's worst condition.