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 ... 26 27 28 29 30 ... 81
Title Δ
Why can I see PriorityQueue elements with an Iterator, but not with... +1.26
Finding all unique subsets in array +0.21
Transforming sorting into Dijkstra single source path? 0.00
is O(n) greater than O(pow(2,logn)) +0.21
What exactly does f: R->R or f:Z->R mean in discrete math? -0.29
Amortized worst case complexity of binary search -0.29
Filling bins with an equal size -0.70
Why am I getting a segfault when assigning a malloc()'d pointer... 0.00
Data structure for quick clique lookup 0.00
Is MAX 3 SAT NP-complete or co-NP-complete? 0.00
LL(1): non-ambiguous grammars and First/Follow Conflicts 0.00
Does every NP-complete prob. admit a polynomial-time restriction? 0.00
Ternary search tree, alphabetical order 0.00
If pref(L) is regular, does that imply L is also regular? 0.00
Does there exist a TM for all countable languages? 0.00
Solve all 4x4 mazes simultaneously with least moves +0.45
Concatenation of two languages in NP 0.00
Regular expression involving modular arithmetic 0.00
What does &variable as a expression mean in c 0.00
Finding pair with sum between 1 and 2 -0.42
Finding vertices of a maximum clique in polynomial time 0.00
Can't determine the biggest complexity 0.00
Binary search with hint 0.00
Regular Languages and Concatenation 0.00
Does any stl::set implementation not use a red-black tree? +1.31
Divide and Conquer alg that runs in constant time? 0.00
Confusion related to Big O 0.00
How to find maximum independent set of a directed acyclic graph? 0.00
Is nlog(n) Big Theta(n)? Master Theorem +0.23
X-Y Fast Trie in real world applications 0.00
show independent set of size of size at least k if and only if H ha... 0.00
Which is faster, a ternary search tree or a binary search tree? +0.31
SLR(1) and LALR(1) and Reduce 0.00
Cook's Theorem (in plain English) 0.00
If L* is regular, then is L regular? 0.00
Trouble with recursion. Why is this method compiling but crashing w... 0.00
Binary Search Tree Multiply nodes by -1 -1.03
Is it possible to remove from an indexed data structure and avoid s... 0.00
How to find the largest, 2nd, 4th, 8th...2^logn th largest element... 0.00
Soft heaps: what is corruption and why is it useful? +0.21
Complexity of large matrix multiplication 0.00
Issue with left recursion in top down parsing 0.00
Prove little-O from first principles 0.00
Linked List Concatenation In O(1) Time -0.46
Prove the time complexity of a Tree Traversal Algorithm for a gener... 0.00
Finding Balanced Parenthesis Involving Math +0.23
Does the complexity of mergesort/radix sort change when the keys oc... -0.68
If f ≠ ω(g), does f = O(g)? 0.00
After sorting an array, why am I seeing addresses instead of values? 0.00
Solving recurrence T(n) = 2T(n/2) + Θ(1) by substitution -3.08