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 ... 10 11 12 13 14 ... 81
Title Δ
Conflict in c++ between the address of the pointer and the address... -0.30
Why does gcc produce different compiled binaries for programs that... 0.00
How can I convert an ifstream to an istream 0.00
If f(n) is Omega(g(n)) then 2^(f(n)) is Omega(2^g(n)). Is this true... +1.77
rand() produces the same result on each function call (with srand(t... +0.20
Why doesn’t the preprocessor cause two adjacent minus signs to be a... -0.97
invalid types ‘int[int]’ for array subscript in 2D array 0.00
C Strcat valgrind error 0.00
How to handle iterator::difference_type when you have no way of mea... 0.00
Task with number of tiles 0.00
Cycle in undirected graph without tree edges? 0.00
Splay Tree Worst Case Search Time 0.00
Why does this recursive function counting nodes in a binary search... 0.00
About insertion sort time complexity -0.69
Have i miswired when trying to insert a new node at the middle of d... +0.72
A good data structure for storing and searching integers? +0.69
Why doesn't this template function prototype work properly? 0.00
The best way to find a rate for a cost function 0.00
Instant object initialization in C++ fails with LNK2005 error +1.14
What is the time complexity for cryptographic hash function? 0.00
char* points to an int value, how to get the int value? +0.55
Requirement of second pass for the Boyer-Moore Majority Vote Algori... +0.20
log(n) vs log(k) in runtime of an algorithm with k < n -1.09
Find the relationship between input and number of times a loop exec... +0.21
Does priority_queue really produce a Heap? -2.76
Subtracting 1 from 0 in 8 bit binary +1.27
Can someone explain how std::greater is used to implement priority_... 0.00
Does writing to standard output allocate memory? 0.00
Time complexity of this for loop: for (i = 2; i < N; i = i * i)? +0.92
Is it undefined behavior to create an instance of a class inside a... +1.10
Why can't I read a value from the user and make it a constant? +0.84
Hashing With AVL Trees -1.22
Delete for placement or non-placement new +1.01
Is an undirected graph the same as a directed graph if every node h... 0.00
"Depth First Search" equivalence with "recursion tre... 0.00
Running time of a modified merge sort compared to merge sort? 0.00
Two approaches to print all permutations - returning versus passing... +0.22
Why is the optimized fibonacci with cache described as top-down sol... +0.78
int *p=somearray but (p+1) is not equal to address of somearray[1].... +0.50
Why is my algorithm O(1) additional space complexity? +0.51
typedef structure with * to the name in c -1.85
How to find longest increasing subsequence among all simple paths o... 0.00
Why can't I access the next field in this struct? +0.20
"expression must be an l-value or function designator" er... -0.99
Why not generate a random number 1-7 using this combination of rand... 0.00
Circular rotation by n elements in an array 0.00
Optimal Search Tree : Calculate the cost of the search tree and sho... 0.00
const-qualifier with typedef-ed function pointer +1.02
Integer overflow test operator? (&+) +1.20
Why doesn't this code correctly read strings until encountering... +0.21