StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Dukeling

Rating
1620.62 (1,083rd)
Reputation
45,826 (2,285th)
Page: 1 2 3 ... 30
Title Δ
For what values of m (in terms of n) is O(m*n) better than O(n^2) (... -1.18
Fuzzy sort intervals, with a secondary sorting criterion 0.00
How to know what items are taken in 2 knapsack problem? 0.00
.NET List<T>.Sort uses introsort, why is the worst case O(n^2)? -0.16
Why is radix sort O(nd) but merge sort isn't O(d*nlogn)? 0.00
Why is the deque solution to the "Sliding Window Maximum"... -0.14
Why naive primality test algorithm is not polynomial -1.53
Why does quicksort exclude the middle element but mergesort include... +1.59
Can search algorithms (BFS and DFS) also be used to get the shortes... 0.00
Why can't we always just pick the biggest term with big-O notat... +0.33
Determine whether one polygon contains another +0.42
Given a node, how long will it take to burn the whole binary tree? +0.45
Can Neural Networks Output Numbers > 1? -0.69
How can a compact trie be beneficial? 0.00
Why does the A-star algorithm need g(n)? 0.00
Why is sample Not Randomly Populating my Vector? -2.30
Generate a list a(n) is not of the form prime + a(k), k < n -2.22
How to replace every tenth (nonzero) value in a 2d np.array by zero -0.75
Minimum blocks to be removed such that no water is trapped in water... 0.00
Regular Expression Matching for number only with 2 digits repeated +0.06
What is the meaning of replace('\0','0')? 0.00
Parameter of Optional.orElse gets called even when Optional contain... +1.74
List of GUI functions built in NetBeans? +0.94
Find out if constructor executed successfully or not +0.32
Java's short spans from -32768 (=0x8000) but why do we have to... +0.33
Check if the key value exists in hashmap -0.41
Different implementations of compare method for Long, Integer and S... -0.13
Why are anonymous classes called that when we provide a name? 0.00
Can I create a list of array with Arrays.asList? -1.54
Convert ArrayList<String> to Set<ScopeItem> with Java s... +0.20
Why is ArrayList RandomAccess but ArrayDeque not? 0.00
Check if a value belongs to a hash -2.01
Hash Method for doubles with tolerance level -0.74
Putting values from file separated by space into multi dimension ar... +1.27
How can I avoid splitting on a comma in brackets? -2.34
Java: Is there a way to put nested classes in a separate file? +1.28
Access all elements after stream filter +0.98
Understanding value to reference and reference to value in Java ref... -1.40
Java takes excessively long to determine whether a string matches w... -0.18
Creating hash function to map 6 numbers to a short string -0.16
How to implement removeAny in the Set ADT for a BST using active fl... +1.33
How do I print all the words out in a Trie? 0.00
How do we calculate number of calls in naive fibonaci? +0.68
Big-O and Omega Notations +1.59
what "select sort" 's 'select' means? 0.00
Backtracking - How do I solve this variant of "rat in a maze&q... 0.00
Let OS delete files 0.00
Array find value using index logic interview questions -0.63
Modified BFS tree traversal 0.00
Recursive backtracking in Java for solving a crossword +1.30