-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KMP in C #2828
KMP in C #2828
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use 4 space as indentation instead of TAB..rest looks fine
4237c74
to
b063eae
Compare
@MastersAbh Kindly check now |
eda22a1
to
e4a697a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits
Knuth_Morris_Pratt_Algorithm/KMP.c
Outdated
///Sample OP: | ||
// Pattern occurs with shift 3 | ||
// Pattern occurs with shift 9 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the line 71,72,73
bd33001
to
abb0585
Compare
KMP in C Squashing commits sample IP OP added 4 space indentation 4 space indentation corrected removing 71 72 73 lines
abb0585
to
099e4f6
Compare
@somya-kapoor Done. Kindly Review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be all. Please make this change and I will merge your PR.
@MastersAbh @somya-kapoor Kindly check |
Fixes #2555
Checklist:
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
Changes proposed in this pull request:
KMP in C added
Languages Used:
C
Files Added:
KMP.c
Thanks!