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 ... 8 9 10 11 12 ... 81
Title Δ
Why does A* with admissible non consistent heuristic find non optim... 0.00
Why "res" does not change in my DFS function? +0.90
What's wrong with this method of deletion in a vector? +1.03
Topological sort on directed and undirected graphs using DFS algori... 0.00
LL(1) parser is non recursive predctive parser so why LL(1) grammar... 0.00
How to how similar the sequence of elements in two arrays are +0.18
How to find the longest path that connects two leaves in a binary t... 0.00
How to solve T(n) = 5T(n/2) + O(nlogn) using recursion 0.00
Can virtual functions be replaced with auto parameters? 0.00
Is O(V+E) equivalent to O(V^2)? +1.10
Different rounding results in terms of floating number ending with... +0.85
Graph Theory - Can a path branch/split/fork? 0.00
value of previous pointer is different when print -0.29
C++, Valgrind reporting "possibly lost" after char* to st... +0.20
Using shorter version of or "||" in an If statement with... +0.93
Why is this simple program printing "1Hello World"? +0.59
Radix sort function won't work for base 2? 0.00
templates and returning a node* +0.21
Can I declare an "opaque" function pointer type without t... +0.02
Why is the time complexity of this algorithm exponential? 0.00
How do you determine the average-case complexity of this algorithm? 0.00
Can you print random characters and numbers without using strings? 0.00
Why Counting sort requires to compute cumulative frequency distribu... -1.22
How to check if there exist a path running through all nodes in an... +0.66
Structure like priority queue but with something like lower bound +1.27
C++ cout wrong number in array 0.00
Why are C pointers recommended to be the type of the data they'... +0.89
Difference between new int[0] and new int[1] in c++ -1.15
What is the difference between palindrome permutation and permutati... 0.00
Hashing Access time with multi variable key +0.81
Recursive equation from algorithm +1.09
What does it mean to compare pointers using relational operators? 0.00
Minimum pass in order to be able to reach any destination in the ci... 0.00
Use O(n^2) time to fix a mistake in bipartite matching -0.28
Macros expansion using ## operator -0.30
Remove element from vector, while storing the removed element 0.00
Maximize Payout & Keep Cost Below X 0.00
Return largest subset or value of number from list that equals to x 0.00
Least Recently Used Cache that runs in constant time 0.00
Modified BFS Time Complexity +1.04
Is there any data structures to add a number and query sum of the s... +1.66
What if uncle is black and parent is black when inserting a node to... 0.00
Complexity/big theta of loop with multiplicative increment of i 0.00
Derived Classes Cannot Access Private Members -0.27
How to call a class recursively in c++? 0.00
How to determine whether undirected graph can be colored red or bla... 0.00
find_if error: no viable conversion from iterators 0.00
How to reverse a queue recursively? +0.22
High Order and Low-order byte -3.04
Overloading issue C++ 0.00