Tuesday, September 6, 2011

implement strstr

int strstr (char * needle, char * haystack);

1 comment:

  1. Knuth–Morris–Pratt algorithm
    http://en.wikipedia.org/wiki/Knuth-Morris-Pratt_algorithm

    ReplyDelete