Search:

Type: Posts; User: looops

Search: Search took 0.10 seconds.

  1. Re: Looking For Help With Algorithm That Processes Numbers

    I can write the code to read the numbers and put them in an array with a loop but I cannot code the steps I've outline above as I've no idea how to implement something like that.
  2. Re: Looking For Help With Algorithm That Processes Numbers

    Ok sure, ill list the process with the above example

    2 6 4
    1 4 4 1

    1, Reads 2, how many times the algorithm loops
    2, Reads 6, addition of numbers can only be equal to or less than in a loop ...
  3. Re: Looking For Help With Algorithm That Processes Numbers

    Nothing as yet, as I am unsure where to start. I've an idea that uses stack queue but I am not sure that is relevant for my problem.
  4. Looking For Help With Algorithm That Processes Numbers

    I have a set of numbers within a text file.

    2 6 4
    1 4 4 1

    When the program reads these numbers it will start with the first line. It reads 2, this is the number of times the program should...
Results 1 to 4 of 4