KMP ========== Knuth-Morris-Pratt algorithm 使用時機: 給定A,B兩字串,尋找B字串是否存在A當中 當B的字串內容,本身有<b>重複的字串</b>時,可用KMP以減少重複否配的時間  