Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
311 stars 364 forks source link

Implement KMP Pattern - Matching Algorithm. #138

Closed MaYaNkKashyap681 closed 1 year ago

MaYaNkKashyap681 commented 1 year ago

Implement KMP {Knuth-Morris-Pratt} Pattern Matching Algorithm using 1). C++. 2). C. 3). JAVA. 4). PYTHON. KMP is the best pattern-matching algorithm with O(n) complexity so it must be there.

Assign this to me in C++ and C.

Kumar-laxmi commented 1 year ago

Assigned! @MaYaNkKashyap681 : C

Paritosh-J commented 1 year ago

@Kumar-laxmi I request you to kindly assign me this algorithm in Java.

stiwari-ds commented 1 year ago

@Kumar-laxmi @072arushi @zugzwang03 Please assign it to me for Python.

Kumar-laxmi commented 1 year ago

Assigned! @stiwari-ds : Python

sumitkr2000 commented 1 year ago

Is anyone working in C++ on this issue? If not please assign me.

zugzwang03 commented 1 year ago

!Assigned : @sumitkr2000 : C++

Kumar-laxmi commented 1 year ago

This issue is left only in Java

Kumar-laxmi commented 1 year ago

Assigned! @Paritosh-J : Java