Search Result

Collapse
2 results in 0.0031 seconds.
Keywords
Members
Tags
searching
  •  

  • Would someone help me with Searching and Sorting Arrays?

    This is basically what I have to do. I think I have the methods correct in terms of sorting, but how do I switch it from largest to smallest?

    The selectionSort method should take an array of integers as a
    parameter and will sort the numbers into order from largest to smallest.
    Place a println statement in the sort so every time a new maximum is
    found, it is printed to the screen. Once all are sorted, the method...
    See more | Go to post

  • jkmyoung
    started a topic String Matching with Mistakes

    String Matching with Mistakes

    Hey, I'm trying to find an algorithm to approximately match different substrings within a master list, with some forgiveness on spelling.

    Say you are allowed 3 errors in the string match:
    Defining error: having to remove or add a character.
    If you have to replace a character, that counts as 2 errors.
    Also the search is case-insensitive for now.

    So abcd and abc have 1 error
    bcd and abcde...
    See more | Go to post
Working...