Search:

Type: Posts; User: copeg

Search: Search took 0.14 seconds.

  1. Replies
    4
    Views
    3,590

    [SOLVED] Re: Help with array of Strings...Linear Search?

    Break the problem down to the basics - you need something to loop, something to check equality, something to count - but one thing at a time...write it down, and look at it visually (often time...
  2. Replies
    4
    Views
    3,590

    [SOLVED] Re: Help with array of Strings...Linear Search?

    A Map or Set would be perfect for this, but perhaps not the purpose of the question. There are many ways to go about doing this. Write out the problem by hand - you have an array you'd like to loop...
Results 1 to 2 of 2