Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
amit earned this badge 31 times |
feb 4 at 19:44
Java for loop performance
jan 22 at 15:29
What is the algorithmic complexity of the code below
jan 2 at 15:37
Getting Top Four Maximum value from Java Array
dec 20 at 15:26
Optimization Techniques for C++
nov 29 at 12:51
Why does returning null for a primitive work in this case?
nov 27 at 22:40
convert set to list without creating new List
oct 21 at 21:24
Calculate element in matrix incrementally, using neighbors
sep 27 at 13:47
How do I pass method as a parameter in Java?
sep 27 at 7:22
Splitting a Java String with '.'
sep 17 at 11:00
Parsing one terabyte of text and efficiently counting the number of occurrences of each word
sep 2 at 10:59
Best algorithm to find the minimum absolute difference between two numbers in an array
aug 22 at 13:39
Performance and memory usage in Java arrays vs C++ arrays
aug 20 at 14:22
Java get() time method
aug 16 at 14:05
Remove all zeros from array O(n), no extra memory
jul 25 at 13:43
Optional Methods in Java Interface
may 25 '12 at 9:52
Store the largest 5000 numbers from a stream of numbers
apr 29 '12 at 21:57
Why use Dijkstra's algorithm instead of Best (Cheapest) First Search?
apr 4 '12 at 6:49
check if there exists a[i] = 2*a[j] in an unsorted array a?
mar 27 '12 at 15:44
Which of these two for loops is more efficient in terms of time and cache performance
mar 6 '12 at 19:24
Virtual tables and abstract in Java
feb 7 '12 at 20:15
Checking for ^ character in java string
feb 3 '12 at 19:57
How can I check if a variable exists in Java?
jan 19 '12 at 21:36
Why does this not cause a NullPointerException?
jan 18 '12 at 7:11
Beginner in Java - Why doesn't this Java code work: what do I need for Math.sqrt to be recognized?
aug 29 '11 at 12:42
#define conversion from C to C#