ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

pattenr matching [boyer-moore and Knuth-moris-part]
Posted by headshot 14 May 2010 19:50
Example:
text: abc abc accabcb acc
pattenr: acc
Position: 8
Position: 16

code full used Boyer-More Algorithms and Knuth-moris-part Algorithms ( written by C )

Thanks