views:

65

answers:

1

Does any one know which is the algorithm used by the browser google-chrome for searching strings [shortcut:CTRL+F] ? Is it Boyer-moore algorithm ?

+2  A: 

I searched about the algorithm, and it is look like Boyer-moore but I am not sure. They might have created their own algorithm. Remember, this is google :)

NetSide