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 ... 5 6 7 8 9 ... 81
Title Δ
C++ random non-repeated integers with weights +0.22
Tombstones in hash tables -1.18
How to calculate pow(2,n) when n exceeds 64 in c++? +0.99
Program returns a value of -1073741571 instead of going forever -0.83
How can I fix this memory leak with char*? 0.00
My C++ file expected a 'while' in place of an if. And at th... +0.23
HashMap with only most recent entries -1.34
Object reference variable reassignment -1.03
Runtime and space complexity of the recursive determinant algorithm... 0.00
Why does this code usually work but sometimes produce Segmentation... 0.00
How can I wrap a std::function and have easy access to its return a... +1.13
What happens if a process preempts while executing wait and signal... 0.00
Why are the complex numbers printed here incorrect? 0.00
How is the following expression will be executed? 0.00
Is there any way to increase visibility with a using declaration? +0.21
Solve recurrence relation in which there is a separate relation for... 0.00
Segmentation Fault running time on sem_post(flag) 0.00
How to perform calculations on two arrays of different sizes? 0.00
What is the time complexity of this BFS algorithm? +1.85
How to store integer numbers in the range of 0-9 in only 4 bits and... 0.00
ArrayDeque vs LinkedList as Queue for level-order traversal 0.00
Is there an efficient algorithm to find the number of k-length path... 0.00
Determining whether a token is the first on a line +0.81
Find a tight upper bound on complexity of the below program: +0.25
Choosing an array size based on a template argument in C++11? -1.81
Why do these variables have different types in this generic method? 0.00
What does passing two aliases to `typedef struct` mean? -1.10
Why does this function call behave sensibly after calling it throug... +0.58
Overloading operator using reference and not -3.12
Is all_pairs_dijkstra faster than multiple dijkstra_path? 0.00
Why does this code to check if a binary tree is balanced take time... 0.00
How can i solve the recursion T(n) = 5T(n/7) + logn? 0.00
Finding second largest element in sliding window +0.42
Auto adjusting rotations strategy in splay trees 0.00
What's the difference between a private variable in Java and a... +1.00
How does std::unique_ptr work when it goes out of scope after the o... 0.00
Why is my virtual function "unique" nor working? 0.00
What is a raw string? +0.22
I've got a problem with my own function. Wrong output -0.25
Why isn't this.super() possible in java? +1.18
Combine integral and fraction part macros into a new macro or a dou... 0.00
Using first bit as a flag in an unsigned int +1.01
Why doesn't the for loop increment? +0.22
C++: Why is this code giving me memory issues / undefined behavior? +0.25
Where is the reference count of an object typically stored? -2.47
Need help in understanding meaning of ' string ltrim(const stri... -0.64
Special Perfect Maze Generation Algorithm +1.28
Count how many palindromes in a string -1.69
Minimum number of elements to add to an array, to make its median e... 0.00
Taking a crack at project euler problem 3, is my solution correct? 0.00