Search:

Type: Posts; User: benjamin

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,601

    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,601

    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
    7,119

    Re: Java Garbage Collection and destructors

    I'm no expert, but I've read a little about this: I've never heard of destructors (I don't know c++), and java doesn't need them simply because garbage collection is automated. As to the "what is...
  4. Replies
    5
    Views
    2,601

    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 4 of 4