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 ... 38 39 40 41 42 ... 81
Title Δ
finding tight upper bound of the size of vertex cover 0.00
How to prove that finding a successor n-1 times in the BST from the... +0.22
Access array beyond the limit in C and C++ -0.37
How to calculate witness pair for Big O? 0.00
LinkedList<E> vs ArrayList<E> cost 0.00
What is the difference between O(1) and Θ(1)? -1.02
Matrix and multiplication complexity 0.00
Time complexity of a loop increases by log? -1.19
Time complexity of one algorithm cascaded into another? 0.00
Comparing growth rate of exponential function? -1.31
doubling and incremental strategy while implementing stack using li... 0.00
Why is the constant factor of quicksort better than that of heapsort? +0.19
std::map compare function and NULL +0.19
What sorting techniques can I use when comparing elements is expens... +0.52
Provide an algorithm O(n^3 log n) with simple operations? 0.00
C++ pass-by-value with non-primitive types? -3.17
Big Oh with log (n) and exponents 0.00
Promote a node after already lost 2 or more children 0.00
Understanding preprocessor directives 0.00
Big Theta bound of 2 recursive calls 0.00
Statement about least significant bits in the next field of a linke... +0.19
Efficient algorithm for finding repeating bit patterns? 0.00
Solving the recurrence T(n) = 2T(sqrt(n)) 0.00
Decision Problems Reduction in Polynomial Time 0.00
Heap or Red-Black Tree? +0.87
How to include a declaration in the comma operator? -0.18
How to find the rank in a red-black tree? 0.00
What data structure supports fast insertion, deletion and search 0.00
Space complexity of level order traversal traversal using a queue 0.00
Removing multiple items from balancing binary tree at once 0.00
Recurrence relation for strange sort 0.00
How many boolean functions of n variables are there? 0.00
Why does this C computation involving exponents produce the wrong a... +0.20
What is the best way to implement a double-ended priority queue? +0.07
Does pair.first return a reference to the first value? -2.93
Binary Numbers and Representation of Bases 0.00
Convert string a to b using a dictionary of words +0.44
Sort a series of n numbers between [0,2k], Where between each pair... 0.00
Time complexity of canny edge detecor 0.00
Shortest path and sorting points in a 2-dimensional space 0.00
Do minimum depth, spanning trees algorithms exist? +0.20
Why is my logic not working correctly for SPOJ TOPOSORT? -0.36
Fastest data structure for inserting data, not for searching +0.37
Why does this recursive function loop infinitely rather than printi... +0.58
Bug in finding mininum spanning tree using Kruskal's algorithm 0.00
Find a path whose length can be divided by 3 -0.05
Design an algorithm to return number of unique users between given... 0.00
spoj factorial (time limit exceeded error). How can i improve my so... +0.44
How to get index of bidirectional iterator with std::map? +0.20
What is "|" in C function? -0.73