algorithms

  1. L

    Optimizing searching through a string array

    First of all, let me apologize for asking such a simplistic question, but here goes. Suppose one wants to search an array of 100 strings, for three words. The search for the words is conducted one at a time (word 1, word 2 and then word 3). And the words are exclusive, in that only one of the...
Back
Top