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 ... 7 8 9 10 11 ... 81
Title Δ
Is such a function structure tail recursive? -0.43
C++, passing struct features into function as a parameter +1.10
Why is deletion of an item at end of Dynamic array O(n) time comple... -0.11
sizeof(function) always returns 1.Why? +0.22
How to find the Time Complexity of the following Recurrence Relation? +0.26
Can someone give me an example for longest path problem having a NP... 0.00
std::bind: error: too few arguments to function call, single argume... 0.00
Time complexity of nested for loop +0.70
Algorithm Problem: Find the longest elementary cycle in a directed... +0.22
Use of universal hashing 0.00
Why can’t you use Hash Tables/Dictionaries in Counting Sort algorit... 0.00
Complexity class definition issue 0.00
What is the reason that this pointer to nonstatic member functions... +0.50
Why are interfaces in Java defined with a lowercase "i" (... +0.21
How to handle assignment and variable syntax in an interpreter 0.00
Linear probing huge sequences of keys with unequal hash -2.95
Converting a multiway tree to left-child/right-sibling format? -0.28
How easy is to find a string that leads to conflict in a SLR(1) par... 0.00
Can a follow-follow conflict exist in a grammar? 0.00
How to parse this simple grammar? Is it ambiguous? 0.00
Why I got compile error when trying to use a vector or map to keep... 0.00
Calculating Runtime +0.21
Can you for loop completely through a range, but starting from the... -1.18
Finding overall shortest path on dense graph 0.00
binary search (Recursive implementation) -0.29
Minimum number of coin moves required to make number of coins in ea... -0.91
Which of the following 2 is THEORETICALLY faster -2.53
Proof the longest path is NP-Hard with negative edge weights 0.00
Two stacks with a deque, what's the purpose of implementing it? -0.01
Johnson's algorithm negative edges - distances matrix 0.00
Dijkstra's Algorithm pseudocode "U" symbol 0.00
Understanding the difference between these two scaling properties 0.00
What is the value of n0? 0.00
Eliminate cycle from a digraph by reversing p arcs 0.00
Polymorphism with a dereferenced pointer yields unexpected results.... 0.00
Why do I need to reference this-> on a convert constructor? +0.20
Something I dont understand about median of medians algorithm -1.90
Why do I get this particular color pattern when using rand()? -1.33
Solving a recurrence using master method when g(n)=log(n) 0.00
Run time to Theta Notation 0.00
Overloading + operator for iterators and unsigned integers -0.79
if array is full and its size is increased by 1 to insert the new e... 0.00
Is there a way for a C++ function to take two different types with... -0.16
How do I read a very long text from a notepad using C++? 0.00
Why we use big O notation for best and average cases also? 0.00
C++ Comparing Strings Using Relational Operator -1.87
How safe is it to remove the "-" in a randomly generated... +0.21
Time complexity of this recursive block 0.00
Get std::thread's thread:id before it runs? +0.67
Count number of distinct subarrays with at most m even elements 0.00