KMP Algorithm
                    1. Which one of the following is true in the KMP String searching algorithm?(strInd = iterator in the main string)
                  
                  
                  
                
                  
                    2. How does KMP improve the brute-force-method?