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 ... 21 22 23 24 25 ... 81
Title Δ
Bypassing left recursion with right-to-left parser 0.00
C++ How to get a void pointer to a lambda function? -0.78
Why is NP only the set of decision problems? 0.00
Difference between the runtime of Dijkstra's Algorithm: Priorit... 0.00
Why is the runtime to construct a decision tree mnlog(n)? 0.00
An algorithm to prove that for a constant K, K-Clique in P? 0.00
Run-time Check Failure #2 - Stack around the variable "primes&... 0.00
Trigonometry Equation Doesn't Work With Input Variables 0.00
Data structure design with O(log n) amortized time? 0.00
What is the meaning of & following an identifier in C++? -0.31
Traverse a tree represented by its edges 0.00
Proving that a language's length is divided by 2 is undecidable 0.00
Finding the Big O of a simple algorithm +0.60
Time and space complexity of recursion DFS when finding path in a m... 0.00
Excecution time and big O calculation quicksort 0.00
Why does this code fail when using == but work using <=? 0.00
How can we construct an algorithm in O(V +E) to compute a path that... 0.00
Generate string permutations recursively; each character appears n... +0.33
Pushdown Automata for Palindrones 0.00
What's the complexity(Big O) of a Ruffini's rule algorithm 0.00
Expected ' ' before '=' token in struct definition -0.95
Custom sort vector of pair based on their values +0.32
Why do we get to pick the source in an NP-completeness reduction? 0.00
How to implement floor() and ceil() operations for ternary search t... 0.00
Solving the recurrence T(n) = 3T(n / 2) + n 0.00
C++ dynamic allocated memory return after crash or forced quit? +1.28
Subgraph with minimum edge weight and node weight >= Val 0.00
What is Turing machine language? +0.90
C++ XOR failing when reaching null byte? 0.00
How can I fill an array with unimportant values (after declaration)? +1.14
Proving a Certain Language is Regular 0.00
Time complexity for inserting all suffixes of a string into a terna... 0.00
How to divide a connected weighted graph to N semi-equal subgraphs 0.00
Connected undirected acyclic graphs versus trees 0.00
Get average direction of degrees of the set between 360 and 1 -1.45
Why would someone use a random int and then modulus, rather than a... 0.00
What is the worst case runtime for Linear search and Binary search? 0.00
Donald Knuth Dancing Links Implementation Clarification 0.00
I want to draw the recursion tree for T(n) = 3T(n/2) + n and derive... 0.00
Find the lowest-cost shortest path from one node to another? 0.00
Degree of nodes and Degree centrality 0.00
Does the complexity of summing booleans differ from summing integers? 0.00
How does this quine work? 0.00
This std::function is similar to 0.00
Linear Time Algorithm For MST -2.69
Java - Fibonacci Prime Stuck Loop +0.37
How do ∀x [P(x) ∨ Q(x)] and ∀x [P(x)] ∨ ∀x [Q(x)] differ in their m... -0.66
How would I find the time-complexity of a recursive method in Java? +0.54
Are activation records consecutive in memory? 0.00
Left-Linear and Right-Linear Grammar for a simple Regular Expression 0.00