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 ... 31 32 33 34 35 ... 81
Title Δ
How to find the intersection of two NFA +0.20
Geometric mean pivot -1.21
Solving the recurrence T(n) = T(⌊n / 2⌋)? 0.00
Which data structure can handle these demands? +0.35
How to prove a Turing Machine property is trivial 0.00
Master Theorem and substitution method on (n-1) 0.00
deque.push_front() giving error "expression must have class ty... 0.00
Marienbad game wrong XOR 0.00
Why doesn't C++11 implicitly convert lambdas to std::function objec... -2.75
RB-Tree: search execution time 0.00
Calculating the level of insertion based on the size of the tree 0.00
Stanford's StanfordCPPLib on linux 0.00
Find the sum of two numbers without using any operators +0.05
Time complexity analysis. while loop with inner for loop 0.00
Data structure for the minimum value and its offset in a mutating a... 0.00
Binary Search vs. Sequential Search / Break-even Point -2.98
Add a vector at the end of another 0.00
Does the MD5 change from encryption? +1.23
Why it is legal here to create lvalue reference to prvalue? +1.41
Are all final states reachable from the starting states of a DFA? 0.00
Left recursion in LR(1) parsers 0.00
Estimate the number of states in a DFA (intersection) 0.00
How would one hash a string so that if a char is modified anywhere... +0.26
Why is the runtime of building a heap by inserting elements worse t... 0.00
Big-O - growth rate of a function 0.00
Why isn't the result of this cast an lvalue? +0.12
Determining number of states in a DFA 0.00
Big O Notation: The sum of function body +0.92
Count of numbers between A and B (inclusive) that have sum of digit... 0.00
Complexity of adding n elements to a LinkedList using a loop 0.00
Proving f(n) is Θ(g(n)) 0.00
Bit Model Cost For Counting to N 0.00
Do you cast the result of malloc? 0.00
Advantages of a Binary Heap for a Priority Queue? 0.00
Generate random list of numbers that add up to 1 +0.50
How many number of elements can be sorted in Θ(log n) time using he... +0.73
calling my global operator delete through delete operator 0.00
Show that the summation ∑ i to n (logi) is O(nlogn) 0.00
How to merge multiple trees by retaining only those nodes which are... 0.00
How to update key of a relaxed vertex in Dijkstra's algorithm? +1.22
Find a pair of pairs with no intersection +1.23
Smallest number that can not be formed from sum of numbers from array +0.69
MSD vs LSD radix sort +0.44
What does "double free" mean? 0.00
Why merge by rank, not count? +0.98
Can languages with char counts be described by context free grammars? 0.00
Regular expression (lex flex): strings separated by double bars 0.00
Pseudo-polynomial algorithms - math 0.00
How can I rewrite this function in non-recursive form? -0.79
Syntax error defining a template function +0.21