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 ... 6 7 8 9 10 ... 81
Title Δ
How are BSTs deployed as dictionaries for string search? 0.00
Error calling both set_rdbuf and rdbuf on std::ifstream +0.55
Recursion Time Complexity Definition Confusion +0.22
How can I solve knapsack problems with 3 variables? +0.21
G++ isn't recognizing my c++ classes when compiling my flex and... 0.00
What is the difference between begin () and rend ()? +0.97
Finding a partition of a graph with no edges crossing partition 0.00
Why doesn't const_cast work on arguments to std::function? +1.17
Finding the coordinates in Cartesian coordinate system 0.00
When is Rabin Karp more effective than KMP or Boyer-Moore? 0.00
Solving T(n) = 9T(n / 10) + log^3 n? +0.23
Confusion with scanf() or if() -0.02
Why can I read 3 structs while allocating only 2? 0.00
Check if value is in undefined enum? 0.00
How to make Full Binary Tree with 6 nodes? -1.57
std::algorithm Read access violation 0.00
Why am I not able to mask 32 bits on a long data type in Java 0.00
Counting sort with negative integers? +0.45
How do I check if a string is entirely made of the same substring? +0.61
Need changes to A* algorithm so it will work with rotating of agent +0.20
How to implement a fastest algorithm for match the prefix with stri... 0.00
How to calculate Maximum Flow in graph that has infinite capacities 0.00
Computability - Can a Turing Machine calculate the input's leng... 0.00
Can I encrypt a string such that it can be cracked in a calculable... 0.00
Why can an enumeration inside class A (public) be accessed in class... +0.24
Extending std::to_string to support enums and pointers -1.47
Avl tree- find first key missing from the tree after i -0.27
What would be the running time of an algorithm that combines mergeS... -1.32
Initializing matrix variable in a C struct -2.28
Is Throwing Exception to forcefully coming out of recursion efficie... 0.00
Need help in completing a function for sorting k sorted streams +0.78
Memoization of recursive Fibonacci method not faster? -1.94
Role of == operator in Java checking memory address -2.11
Could Kruskal’s algorithm be implemented in this way instead of usi... +1.29
What's wrong with this code-let to compute all subsets? +0.85
a recurrence relation for the number of asterisks in the function 0.00
Worst case time complexity of the following function? -0.28
a way to calculate Nth fibonacci with factorial 0.00
What is the main difference between Free Monoid and Monoid? -1.67
Why does bison have shift/reduce conflict with unambiguous grammar? 0.00
What's the best pathfinding algorithm in complexity? 0.00
Loop Invariants with Breaks 0.00
Time efficiency of running a loop over two comparisons, versus loop... 0.00
Find the edge which is not a part of any possible diameter of a tree 0.00
Amortized Time from Cracking the Coding Interview 0.00
Why is runtime of Fibonacci θ(1.6^N)? -0.94
If a non-deterministic Turing machine runs in f(n) space, then why... 0.00
In Java implementation of Kruskal's algorithm where exactly sho... 0.00
Can you "hack" windows using C-Arrays, or is it somehow s... +0.21
Calculating the largest int less than the base 2 log of N +0.21