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 ... 34 35 36 37 38 ... 81
Title Δ
What is wrong with this simple C++ function? +0.12
Time complexity of iterating over a k-layer deep loop nest always Θ... 0.00
Time complexity of counting all nodes with a given key in a ternary... -0.29
Running time complexity for binary search tree +0.20
Combining Dijkstra's algorithm and A* search? +0.21
Where does the constant 5 come from in the median-of-medians algori... 0.00
Finding successor in a B-Tree 0.00
Generating a mathematical model of a pattern +0.45
Write logical expression that would equal TRUE +0.73
What is data structure based for set +0.26
Quicksort isn't working faster when I pick a pivot such as median o... 0.00
Time complexity of a randomized algorithm for finding a frequently-... +1.48
Sort vector<int>(n) in O(n) time using O(m) space? -1.45
Solving the recurrence T(n) = T(n / 1000) + T(999n/1000) + cn? 0.00
Find the first value in the binary tree 0.00
What is the difference between LALR and LR parsing? 0.00
Sort array in Θ(n) complexity 0.00
Slight different solutions to shortest path 0.00
Is network flow pseudo-polynomial time? 0.00
What is the meaning of "constant" in this context? -1.37
What is pseudopolynomial time? How does it differ from polynomial t... 0.00
BST time complexity: Is there any difference between float value an... -0.26
Which data type should i use to store upto 18 digits in a variable... +0.21
How does this bubblesort variation effectively carry out a sort? 0.00
Binary Search Tree pre-, in-, post-order traversal for given tree 0.00
Simple program with a structure. Getting this: invalid operands of... +0.21
What is fixed-parameter tractability? Why is it useful? 0.00
Writing regular expressions for these languages? +1.44
BST from Preorder by just inserting the nodes in same order 0.00
Is my analysis for identifying the best sorting algorithm to solve... 0.00
Adding large numbers together using char and returning the value. P... 0.00
Search md5("cdef") in "abcdefgh" 0.00
How can abstract classes have references but not objects? +1.00
Running time of insertion into 2 hashtables with iteration and prin... -0.04
Are the following sets regular? 0.00
Expected Expression before Function Type in Main 0.00
Best string hash function for this example +1.20
Binary Search Tree unique orderings? 0.00
How to copy/set a volatile std::string? 0.00
Approximation to maximum and minimum function : soft-min and soft-max 0.00
Changing a Bit in C Programing +0.21
Complexity of bucket sort with a known upper bound? +0.20
Use of < or ≤ in big-O 0.00
Determining whether a number is a power of four in time O(log log n) -0.80
Context-sensitive grammar for specific language 0.00
What is the concatenation of this language with itself? 0.00
What is wrong with my code that removes vowels from strings? +0.59
Casting double* to int* in C++ -0.85
Linked List of Strings -2.85
Polynomial hash code results in negative numbers? 0.00