Nov 15 2014 learning algorithmleetcode strStr - Sunday Algorithm Leetcode: strStr - SUNDAY algorithm Sunday algorithm is a variation of BM algorithm, which is used broadly in string comparation, and is faster and easier than KMP algorithm(usually 3-5 times!). more >>