module documentation

Provides the find_brute to perform a text search using the brute-force algorithm.

Function find_brute Return the lowest index of T at which substring P begins (or else -1).
def find_brute(T, P):

Return the lowest index of T at which substring P begins (or else -1).