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 ... 25 26 27 28 29 ... 81
Title Δ
How to understand how many comparisons are made in the merge algori... 0.00
How to go from T(n-1)+cn, to T(n)=O(n^2)? 0.00
Do any computer languages not use a stack? 0.00
Show the following is correct using big O and big Omega 0.00
Sorting a deque using limited operations? 0.00
How to build a BFS tree after running BFS on an undirected graph? 0.00
Pivot element selection in Quick Select 0.00
Time Complexity for this PrimeNumbers algorithm in Java +0.88
Why is this recursive C code faster than the iterative one? 0.00
Big-O Algebra Simplification Issue +0.88
Extrapolating the runtime of mergesort? 0.00
Shortest Path between two vertices with BFS 0.00
Trees with values on the leaves only +1.00
Asymptotic analysis - order functions 0.00
In concolic testing, what does "concrete execution" mean? -0.29
Role of sorting algorithms in spite of having array.sort +0.05
How do multimaps internally handle duplicate keys? 0.00
Is it possible to simplify O(n! + n)? +0.27
Is there a solution to creating a perfect hash table for non-finite... 0.00
Optimizing time and space complexity of algorithm 0.00
Why does this program that generates random numbers keep generating... +0.35
How to convert a long long to a binary character string? +0.56
Pumping Lemma On Context Free Language 0.00
Using a global variable versus passing a variable around while writ... +0.83
Runtime of Algorithms In Various Programming Languages 0.00
What's the difference between the minimum spanning tree algorit... +0.22
Is the stack grown only when entering a function? 0.00
Determine Big-O of a function inside while loop 0.00
how to figure if palindrome strings are accepted by a turing machin... 0.00
Assign priorities to DAG 0.00
How to stack fruit in a neat pile 0.00
Is there any way to "destringify" input so it can be used... 0.00
Union of Deterministic Context Free Language and Regular Language r... 0.00
Comparison of Avl Tree and Red Black Tree 0.00
Finding best match in two data sets 0.00
"hInstance" is undefined. c++ WIN32 APP -2.16
O notation: 2^log(O(n^2)) = 2^O(log(n^2))? -1.24
C++ std::set<Vertex> iterator with custom Vertex class +0.22
How to sort information alphabetically from a file? +0.84
Basic calculator input validation algorithm -0.29
Sorting a C file +0.87
Why is there an asterisk after a function type declaration in C? -0.29
Given the level order traversal of two complete binary trees, how t... +0.22
The result of a modulo operation is negative 0.00
Proving the knapsack problеm is NP-complete using exact cover? 0.00
Meta-information in DAWG/DAFSA 0.00
probabilistic skip list space complexity 0.00
Pairs of Vertices Unreachable from Each Other in a Directed Graph -0.75
if P != NP, are the more P than non-P problems or vice versa? 0.00
I need to solve an NP-hard problеm. Is there hope? 0.00