Thread
:
Exception error for heap
View Single Post
•
•
Join Date: Nov 2008
Posts: 327
Reputation:
Solved Threads: 50
quuba
Offline
Posting Whiz
Re: Exception error for heap
0
#
6
Dec 1st, 2008
Help with Code Tags
(
Toggle Plain Text
)
public void formHeapTree() { int unsortedSet[] = new int[noDataElements];
public void formHeapTree() { int unsortedSet[] = new int[noDataElements];
Certainly
int unsortedSet[]
hides Your previous declaration -> delete
int
quuba
quuba
View Public Profile
Find all posts by quuba