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 ... 42 43 44 45 46 ... 81
Title Δ
How to construct a DAWG from a trie? 0.00
Dijkstra on Java: Getting Interesting Results Using a Fibonacci Hea... +1.54
Finding Modulus of multiplication of two very large number with a v... +0.92
Why make a specialized version of unintialized_copy( ) for char* an... -2.95
Under what conditions do these non-comparison sorts run in linear t... 0.00
Can I do this - if(token[0].equals(("MOVE")|("NOT&qu... +0.51
Balanced binary trees versus indexed skiplists +0.47
Solving the recurrence relation for number of nodes in an AVL tree? 0.00
Master's theorem with f(n)=log n 0.00
A data structure for determining how many elements lie within a spe... +0.77
In C,why is definition of a global variable in a separate statement... -1.03
Which is larger, lg(n!) or (lg(n))!? 0.00
Can a pushdown automata have zero final states? 0.00
Finding all matches from a large set of Strings in a smaller String +0.50
What is the meaning of the # sign in this C++ macro? +0.67
Difference in LinkedList, queue vs list +0.51
random_shuffle list by copying it to a vector and back +0.88
Time Complexity of Hash Tables in C 0.00
Working of std::map<t1, t2>::erase(iterator position)? +0.23
Data structure - run-time and Asymptotic bounds 0.00
Validate string given Context Free Grammar in Java 0.00
Why aren't these two nodes black in a red-black tree? 0.00
Tree/Graph Traversal: Find maximum value path 0.00
A way to determine Recurrence Equations? (General Approach) 0.00
Use of commas versus semicolons in JavaScript? +0.82
Hash table vs. Sorted Array - which to use? +0.82
Advantage of B+ trees over BSTs? 0.00
How to check if C string is empty +0.54
AVL tree delete 0.00
Debugging a Map backed by an AVL tree? 0.00
Sort an array of tuples by all elements +0.20
LL(1) Parsing -- First(A) with Recursive First Alternatives +0.40
Why hashmap lookup is O(1) i.e. constant time? +1.38
Does main have a return address, dynamic link or return value in C? +0.37
java.util.Random - nextGaussian() only gives Z not P(Z) 0.00
Red Black Tree inserting: why make nodes red when inserted? +0.20
Set of sequences - find the subset that together is a given sequence 0.00
Effective Java Item 17: How can overriding removeRange() improve pe... +0.21
Tree traversal - starting at leaves with only parent pointers? +0.21
Using induction, verify that each equation is true for every positi... 0.00
Maximizing a particular sum over all possible subarrays +0.19
Median-of-medians: what happens if the number of elements isn't a m... 0.00
Is my substitution solution to this recurrence correct? 0.00
If mutual exclusion is guaranteed, say with semaphores, is a progra... 0.00
What is the intersection of two languages with different alphabets? 0.00
How to solve LR(1) grammar ambiguity between ternary expressions (a... 0.00
The Complexity of (simplified) Regex Matching 0.00
Implementing Consolidate in Fibonacci heap 0.00
Making a Grammar LL(1) 0.00
Recurrence Relation: Solving BigO of T(n-1) 0.00