Codes();

Zoom out : CTRTL -

Zoom in : CTRTL +

Boyer-Moore Algorithm

Enter the text and pattern

BoyerMoore("TEXT","PATTERN")

Example

BoyerMoore("GRAPHICALSTRUCTURE","ALSTR")

BoyerMoore("GEEKS FOR GEEKS","GEEKS")

BoyerMoore("ABABDABACDABABCABAB","ABABCABAB")