Search:

Type: Posts; User: pbrockway2

Search: Search took 0.12 seconds.

  1. Re: Creating and Using a Heap. Index out of Bounds

    You're welcome.
  2. Re: Creating and Using a Heap. Index out of Bounds

    Try



    MyHeap<Integer> integerHeap = new MyHeap<Integer>();


    In general your heap is a heap of something and the type should be there in the declaration so that the constructor, remove()...
Results 1 to 2 of 2