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 ... 40 41 42 43 44 ... 81
Title Δ
Finding the median of medians of quicksort 0.00
What does this comma do in the *test* portion of a for loop? +1.24
Why does Java have much better performance vs other interpreted lan... +1.04
Compound relational operators in C +0.68
Fast algorithm to calculate n! / (q!)^r +0.53
Heapsort: why not use "Soft Heap" to boost the performance? -0.81
How to write a for loop that uses both an iterator and an index cou... +0.70
Where is it legal to specify a preprocessor directive? 0.00
warning: format '%lu' expects argument of type 'long unsigned int',... -1.07
Graph DFS detecting cycles - (supposed) counterexample 0.00
Recurrence for the Worst-Case Running Time of Quicksort 0.00
Finding Hamiltonian paths with Dijkstra's algorithm? +0.18
Merge method in mergesort implementation includes unneccessary righ... 0.00
Collatz conjecture: loose upper/lower bounds? 0.00
Building a recurrence relation for this code? 0.00
Time complexity of creating a minimal spanning tree if the number o... -0.29
How to find the largest squares that can be used to tile a rectangu... 0.00
A mysterious stackoverflow error? +0.90
Why does C++ shared pointer not behave like standard pointer for it... 0.00
Increase flow by changing only one edge after Ford-Fulkerson 0.00
Memory leak on page allocation with malloc 0.00
Real world application of widening / narrowing conversion? -2.31
New Compiler - Using Cout? 0.00
Why use DFS to find cycles in an undirected graph and topological s... 0.00
Multi Level Data Structure (Linked list) 0.00
"'void*' is not a pointer-to-object type" in code with no... +0.90
What's is the time complexity in this code? 0.00
find the smallest set of connected substrings -0.26
Solving the recurrence T(n) = T(n / 2) + O(1) using the Master Theo... 0.00
longest common subsequence: why is this wrong? +0.71
What is the maximum number of possible topological sorts of N-order... 0.00
Where is the 'this' pointer stored in computer memory? +0.38
Difference between RTTI and reflection in Java 0.00
When a string is "" or a vector has no elements, is `begi... -2.11
"If" "else" statement with syntax error +0.53
Is int[] an object? -0.80
Determine if a list of compare-and-swap instructions will sort a li... 0.00
How to store three small numbers into one double? -0.65
Does this language have a Pushdown Automata ( PDA )? -2.23
What would cause an algorithm to have O(log log n) complexity? +0.99
Is Big-O of the C++ statement 'delete [] Q;' O(1) or O(n)? +0.15
Finding maximum values of rests of array -0.07
Getting error "array bound is not an integer constant before '... +0.22
Given the pairwise edit distance of a and b and b and c, can we fin... 0.00
What does the O(1) in "ln ln n / ln 2 + O(1)" mean? +0.77
Can a using statement appear in a constructor initialization list? -1.86
Most efficient way to keep a collection in Java? 0.00
Priority queue/min heap for directed graph with Dijkstra's alg 0.00
Why doesn't this code cause a segfault? +0.19
Efficient string search algorithm? +1.02