Search:

Type: Posts; User: morphling18

Search: Search took 0.10 seconds.

  1. Re: having problem on creating this shortest job first nonpreemptive algorithm

    @Norm
    what should i use to get that? any advice sir, or any recommendation on what i should use to it.
  2. Re: having problem on creating this shortest job first nonpreemptive algorithm

    regarding on my sorting problem here's what i've done. i've sorted it through its burst time so this is what i do
    it'll be sorted from the least burst time to the highest bursttime.


    import...
  3. Re: having problem on creating this shortest job first nonpreemptive algorithm

    and then i'll sort it depending on it's arrival time or burst time. but still after sorting it, it'll still contain the 3 values wherein string,integer,integer.
    example is:
    name-arrivaltime-burst...
  4. Re: having problem on creating this shortest job first nonpreemptive algorithm

    i want it to be something like this.
    it'll contain a string, integer, integer.

    something like this
    name-arrivaltime-burst time
    firstprocess 8 2
    secondprocess 3 4
    thirdprocess 5 6...
  5. Re: having problem on creating this shortest job first nonpreemptive algorithm

    i can use other but i'm clueless on what i should do and i need some help.
  6. having problem on creating this shortest job first nonpreemptive algorithm

    hello there i'm new in java programming and i'm trying to create a scheduling algorithm which is shortest job first nonpreemptive.

    i've tried to use 3 arrays which are

    System.out.println("enter...
Results 1 to 6 of 6