Search:

Type: Posts; User: OverZealous

Search: Search took 0.13 seconds.

  1. Re: Priority Queue Heap Incorrect Output & No File found Scanner

    Thanks for the reply!

    This is my input


    Node temp = new Node(4,(4+5), null);
    p.enter(temp);

    Node temp1 = new Node(5,(2+5), null);
    p.enter(temp1);
  2. Priority Queue Heap Incorrect Output & No File found Scanner

    Hi,

    I was having a problem with a null pointer exception originally, but I managed to fix that. Now however I am not getting the correct output for my PQ Heap.

    Firstly, I don't think they are...
Results 1 to 2 of 2