Search:

Type: Posts; User: maple1100

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,602

    [SOLVED] Re: Java sequential search.

    Found it. Thanks!
  2. Replies
    4
    Views
    2,602

    [SOLVED] Re: Java sequential search.

    I .add(found) onto the arrayList, is there a way to check if an ArrayList contains elements? Since the "found" only get added when the String match, if there no string match then there be nothing...
  3. Replies
    4
    Views
    2,602

    [SOLVED] Java sequential search.

    I'm working on sequential search and this is my code to search a String. The problem I have is that once the array is found, it stop. I was wondering what if there are more than one occurrence of...
Results 1 to 3 of 3