|
|
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. use: import com.mindprod.Boyer.Boyer; ... Boyer b = new Boyer( dogcatwombat ); int where = b.indexOf( cat ); or int where
|
|
|
| Time for |
128K |
64K |
56K |
| 0.39 MB |
0 min |
0 min |
0 min |
|
|
|
We recommend to try
Top Java JavaScript
|