Home >                  	Term: Knuth-Morris-Pratt algorithm (KMP)  
Knuth-Morris-Pratt algorithm (KMP)
A string matching algorithm that turns the search string into a finite state machine, then runs the machine with the string to be searched as the input string. Execution time is O(m+n), where m is the length of the search string, and n is the length of the string to be searched.
- ส่วนหนึ่งของคำพูด: noun
 - อุตสาหกรรม/ขอบเขต: Computer science
 - Category: Algorithms & data structures
 - Government Agency: NIST
 
 			0   			 		
 ผู้สร้าง
- GeorgeV
 - 100% positive feedback