作者: K. P.Ambika , U. Ramesh , K. Saravanan , J. Hencil Peter
DOI: 10.5120/11720-7392
关键词:
摘要: this study, a new algorithm for the traditional pattern matching problem has been proposed. This is modified version of KMP and using bitwise XOR operation to process two characters (or bytes) in parallel, speed up process. An additional loop avoid undesirable comparison(s) also introduced let initiate, continue only essential comparisons from required location. As uses principle Finite automata which used by Bitwise character match, it shows some reasonable performance improvement. Also easy implement as doesn't require any additional/complex data structure(s) suitable DNA sequence search. KeywordsAlgorithm, Pattern Matching. Exact