Search:

Type: Posts; User: benjamin

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    2,619

    Re: Parsing By Prediction Algorithm(?)

    Not sure if I was clear enough earlier, but I've been working on a sort of pattern assembler, trying to break the pattern down from numbers to a simple: "hi/lo/nc" (nc=no change)

    Here's what I've...
  2. Replies
    5
    Views
    2,619

    Re: Parsing By Prediction Algorithm(?)

    I'm trying to get my program to determine where numbers such as the 3rd and 5th belong, based on patterns that exist through the other 6 ("valid") numbers. Should the 3rd number be appended to end of...
  3. Replies
    5
    Views
    2,619

    Parsing By Prediction Algorithm(?)

    I've got a bit of a conundrum and can't seem to find any applicable information anywhere as to how to code some sort of predicting algorithm. Here's what I have so far:


    ArrayList<String> lotto =...
Results 1 to 3 of 3