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 ... 17 18 19 20 21 ... 81
Title Δ
Inline functions and calling conventions 0.00
Bubblesorting an array of 25 elements in the best case -0.57
Selecting parameters for string hashing +1.14
What is the amortized time complexity of inserting an element to th... 0.00
How many students can you put into a hash table before a collision... +0.59
A language that is RE complete with respect to polynomial-time redu... 0.00
Count total number of edges in binary tree 0.00
Median of Medians using blocks of 3 - why is it not linearic? -0.31
Prove a language in not in coNP 0.00
Explanation of if parameter in c++ -1.03
Find row of pyramid based on index? +0.22
Understand whether a grammar is LR(1) with no parsing table 0.00
Why we dont have to check if the number is prime when getting prime... +0.21
Is it possible to do interpolation search to find fixed point in an... 0.00
Implementing Babai's quasi-polynomial graph isomorphism? +0.19
Big O notation estimate -0.79
Complexity of binary tree search 0.00
Utility of an ordered map using binary search tree 0.00
Big O running time of this algorithm +0.21
Why should I use an std::unique_ptr when I could just destroy the o... +0.23
Is there any way to restrict inheritance? +0.21
How would you implement a destructor for a BST in C++? -0.53
Is it cheating to use 'static' when writing a recursive alg... +0.84
Pairing heaps - O(1) for decrease key? 0.00
Finding minimal element not presenting in a given AVL tree 0.00
Count possible decodings of a given digit sequence -3.37
Radix sort in linear time vs. converting input to proper base +0.52
Time complexity for recursion in for loop +0.21
Proof of Suffix tree root edges 0.00
Changing base in radix sort 0.00
Is reinterpret_cast<char *> the only valid use of reinterpret... -1.59
What is a "Natural" NP-Complete prob? 0.00
What is the time complexity of T(n) = (T(n-1) + n!)? 0.00
How can size_type be an unsigned integral if npos is -1? +2.17
Given a graph find a spanning tree which is not minimum -0.29
Why does Dijkstra's algorithm need a priority queue when this r... -0.30
Does CKY really require CNF? 0.00
Context Free Grammar - set of strings in which the number of 1’s is... 0.00
Between O(nlog*n) and O(n)? 0.00
How to eliminate this Left Recursion for LL Parser 0.00
Is it a good idea that using the race of multi-threads to be a rand... 0.00
Amortized time cost of exponentially costed binary counter 0.00
What is the asymptotic running time of the following piece of code? 0.00
Is there any algorithm whose big O and big theta are different? +0.23
How does Collections.sort(...) work? 0.00
Relationship between LR(0), LL(0), LALR(1), etc? 0.00
Minimum number of operations to execute an associative operations o... 0.00
Error C3867 'std::basic_string<char,std::char_traits<char... 0.00
C preprocessing fails to stop immediately after an #error 0.00
Which pair of functions satisfy f (N) ~g(N)? +1.09