StackRating

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

templatetypedef

Rating
1691.92 (187th)
Reputation
276,765 (139th)
Page: 1 ... 24 25 26 27 28 ... 81
Title Δ
Merge sort on a double linked list 0.00
Using (under score) "_" in Netbeans IDE 8.0.2 +0.21
Does this algorithm produce uniformly-random permuations? +0.20
C++ STL priority_queue pops wrong element +0.22
Real time multi threaded max-heap for top-N geohash 0.00
Fast way to look if edge is important for graphs connectivity -0.05
QuickSort for sorting part Mergesort? 0.00
Heaps and Binary Search Trees 0.00
Worst case runtime for "Find the element repeated more than n/... +0.89
Why is that in most online implementations, only single recursion i... 0.00
Worst case time complexity for this stupid sort? +0.63
Efficient way to filter a number of things 0.00
Running time of a recursive algorithm 0.00
Complexity of Some problems in NP? +0.81
Splay tree: worst-case sequence 0.00
Error in implementation of a stack with O(1) find-max/find-min? +0.98
NP complete Theory: Long Path 0.00
When merge sort is preferred over Quick sort? +0.13
Algorithm with O(n log n) time and O(1) space complexity vs O(n) ti... 0.00
How can I rectify my selection and insertion sort algorithms 0.00
Multiple Knapsack, weight = profit -0.79
Binary heaps vs d-ary heaps 0.00
Creating my own data types with sequences of 1 and 0s 0.00
Time complexity of n factorial 0.00
Looking for a replayable / somewhat stateless PRNG algorithm -0.29
Big-O proof involving a sum of logs +0.20
Hypothetical Non-Null Language - How would a Linked List be impleme... +0.13
Using Aho-Corasick, can strings be added after the initial tree is... 0.00
Minimizing difference of min & max column sums of a matrix 0.00
How to convert two intersected DFAs into a minimal DFA 0.00
Evaluate Recursive Functions +0.88
Please let me know if there are any exceptions to this statement I... -2.47
Complexity of trominoes algorithm -0.41
How to validate if a B-tree is sorted 0.00
Keeping avl tree balanced without rotations 0.00
How to decide order of b tree 0.00
Why cannot we turn longest path into shortest graph? -1.18
Turn an ascii character code to a value between 0-26 0.00
Why can't I use a "break" statement inside a ternary... +0.88
step by step process of finding selection sort big theta notation 0.00
The median of an unordered set +0.75
Why does this quote about quicksort's worst-case runtime use Ω... +1.59
Use substitution to find out the running time of T(1) = 1 ; T(n) =... +0.62
NP and 3-SAT and One Facts 0.00
In the anaysis of insertion sort, how did (c1 + c3)(n - 1) become a... 0.00
Time complexity O(n) for finding missing number? +1.34
What is the Difference between T(n) (reccurence relations), Big O a... 0.00
Comparing the efficiency between insertion sort and selection sort 0.00
Definition of space complexity 0.00
Catching objects by reference +1.14