in reply to Boyer Moore algorithm
Download PostgreSQL, build a server, and follow a string search in the debugger, e.g. select position('xy' in 'abcxydef');
Hours of endless fun.
Boyer–Moore–Horspool is used in postgresql string searches.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Boyer Moore algorithm
by kennethk (Abbot) on Feb 10, 2014 at 18:20 UTC |