Saturday, October 19, 2013

[Amazon Online Written Test] Pattern Searching Algorithm

Write a function search (char pat[], char txt[]) that searches for pat[] in txt[] and print all the occurences of pat[] in txt[].

No comments:

Post a Comment