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 ... 29 30 31 32 33 ... 81
Title Δ
Big Theta asymptotic analysis 0.00
Reverse-then-add sequence: Big-O runtime of my solution? 0.00
Does this algorithm correctly detect cycles in a directed graph? 0.00
Proving AVL trees can have children whose number of nodes aren't Θ... 0.00
Solving T(n) = T(n - 1) + T(n - 2) - T(n - 3) 0.00
Determining which set of edges causes a negative cycle? -0.31
A function that's ω(1) but o(log^(k) n)? 0.00
c++ return value showing -858993460 0.00
N-bit x containing L 1s +0.94
Allocating memory using malloc in a function, segmentation fault +0.35
Can two MSTs for the same graph have different edge weights? 0.00
Unable to Execute script starting with Character 'U' 0.00
Why doesn't this code correctly compute sin(x)? +0.18
Construct a context-free grammar from this language 0.00
Prove that it is undecidable whether a Deterministic LBA accepts an... 0.00
Max absolute sum in a array +0.56
Interview Q: Given m station and n house, output nearest k stations... 0.00
Understanding Polynomial TIme Approximation Scheme 0.00
Best Base for Radix Sort 0.00
Finding the subgraph with maximum average degree. Complexity? 0.00
Difference between a ring buffer and a queue 0.00
Sub trees of nearly complete tree is also nearly complete 0.00
Efficient way to multiply a large set of small numbers +0.83
next_permutation() in algorithm std does not seem to modify array -2.07
Is dynamic_cast constant time? 0.00
Prim's Algorithm with Treaps 0.00
Are string literal created every time? +0.48
Why is it a poor approach to build a class by publicly inheriting a... +0.60
Accepting integer main arguments then using them to declare an arra... +1.35
Efficiently searching a doubly-linked list for a value with a point... -0.70
Undeclared enum? +0.64
What is the difference between a statement and a keyword? -1.80
Having trouble figuring out this DFS riddle 0.00
Is it possible for n = poly(Ω(n))? 0.00
Shortest path between two nodes in an infinite, complete binary tree? 0.00
What's the difference between these two new syntaxes? 0.00
Concatenation of a infinite language and a finite language 0.00
What sorting algorithm does visual c++ use in std::sort -1.29
Why is a Read Access Violation being raised here -1.16
After delete,why object pointer can still be manipulated? +0.70
Nondeterminism versus polynomial-time verifiability 0.00
Find nth number that doesn't exist in a set 0.00
Decision problems that can't even be decided efficiently? -1.31
Is it bad to throw an exception and ignore "reaches end of non... -1.18
Why are member function pointers different from normal function poi... 0.00
Checking if a Language is Regular 0.00
Calculating the Recurrence Relation T(n)=T(n-1)+logn +0.82
Is it possible to design a tree where nodes have infinitely many ch... +0.91
Are there any problems which requires more than double exponential... 0.00
Is it possible to optimize a compiled binary? +0.70