Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #37.0K
Ranked #3K
~1K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for JainishP

Do you know how data is stored in a MinHeap? Your implementation is very confusing, but your output seems to be correct. Remember that the left and right child must be greater than or equal to the parent. If 2 is the parent, then it's children are 7 and 2. …

Member Avatar for georgeh1
0
449
Member Avatar for Destiny1

[QUOTE=Destiny1;1137702] 2) Write a method that takes a full array of double as a parameter and for this one, I should refer to this as arraySD. The method of arraySD is to determine and return the standard deviation of numbers in the array.[/QUOTE] [url]http://en.wikipedia.org/wiki/Standard_deviation#Basic_example[/url]

Member Avatar for mkurdukar
0
524
Member Avatar for Peppermaud

I'm having de ja vu: [url]http://www.daniweb.com/forums/thread262065.html[/url] This code is much better than the one I linked. The highlighted line is wrong. Try declaring two StatCalculators (s1 and s2?). You can't call functions on a double in java. [QUOTE=Peppermaud;988179] [code] public static double firstBigger(double [] one, double [] two){ StatCalculator s …

Member Avatar for stultuske
0
167
Member Avatar for jpavao

For anyone that is using Windows, here is the source code he posted. Now it will unzip correctly.

Member Avatar for jpavao
0
176
Member Avatar for rastus77

This needs to use the correct function name. [QUOTE=rastus77;1137701] [B]Question 4[/B] Add a line to UseQ4 from Question 3 that calls [B]printValues[/B]() to display the values of Q4’s member variables. [B]ANSWER[/B] myInstanceOfQ4.[B]print_values[/B](); [/QUOTE]

Member Avatar for BestJewSinceJC
0
169

The End.