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 2 3 4 5 6 ... 81
Title Δ
std::async blocks even with std::launch::async flag depending on wh... 0.00
Why uninitialised pointer variable as a string causes error? +0.23
Overloading operator+ for linked lists +0.80
Assigning a random natural number to every given natural number 0.00
Separate chaining in hash map 0.00
What is the time complexity of following fibonacci series 0.00
LR(1) parser - Making inline productions 0.00
Prove specific decision problem is NP-complete 0.00
Online sorting/percentile 0.00
How to efficiently replace characters in an std::string with iterat... +1.01
How can i split an AVL tree at a given node at time O(log(n))? 0.00
Algorithm: to distribute n elements into m buckets, such that the m... 0.00
Induction Proof $T(n) = 9T(n/3) + n^2$ 0.00
Data structure like struck 0.00
Counting Sort has a lower bound of O(n) -1.00
What exactly are digits in base 2^lg n? -3.25
Why is my parser generating reporting that this LALR(1) grammar is... +1.88
How many comparisons a call to removeMin() will make in max heap of... +0.23
What is the worst case running time to search for an element in a b... 0.00
Remove last n elements of vector<int> in O(1) complexity C++? 0.00
Converting from short to unsigned short and preserving the bit patt... -0.64
What is Pairwise Distinct? 0.00
How can I take an algorithm that works very well in a 2D space and... 0.00
How priority queue is used with heap to solve min distance -0.77
std::list and std::vector - Best of both worlds? +0.92
What is the time complexity of this code, where one loop grows geom... 0.00
Balanced tree with constant-time successor and predecessor given no... -0.04
Rearrange an array A so that A wins maximum number of comparisons w... -2.89
I am trying to practice new and delete functions, but my code '... 0.00
Solving Bitwise Equation 0.00
How is maximum key compare in binary search (1+log(n)) not log(n)? -0.02
The time complexity of doing O(h) algorithm n times +0.89
Annihilator set in regular expression 0.00
In C, is node.next->prev the same as node->next->prev? 0.00
Determining whether a nondeterministic finite automaton accepts eve... 0.00
Time complexity : Getting incorrect result +0.77
Can the Efficiency of this Algorithm be Linear? 0.00
Struct or union expected 0.00
Given 1 billion numbers we need to find the largest 1 million numbers +0.98
Which one is greater: O(N^2 * log(N^2)) or O(N^3)? +0.86
Search in Linear addressing - Hash tables 0.00
Binary tree with zigzag pattern 0.00
Can I sort an array in O(n) if all values are positive and with dig... +0.91
Why must I do null check in C++? +0.24
Relation between the load factor and time complexity in hash tables? 0.00
What is the best approach for computing logarithm of an integer x b... 0.00
Using context free grammar to work with propositional logic symbols 0.00
Time complexity of this recurrence? 0.00
Nested balanced trees inside B-tree nodes? 0.00
Big-O notation: do I need to use induction, and are limits preferred? 0.00