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 ... 27 28 29 30 31 ... 81
Title Δ
How to store phone numbers using BITMAP? -3.20
Side effect vs value calculation in GCC ternary conditional operator? -1.61
How to use java empty HashSet in if-statement? +1.24
Show the following grammar is ambiguous 0.00
Kleene Closure in Chomsky Normal Form 0.00
Find the smallest and second smallest number in an array of 8 numbe... +0.17
What is the size of HANDLE? +1.04
Did C++11 introduce a case-insensitive string comparison algorithm? 0.00
Incorporating Pointers +0.21
unsigned long long, c++ -2.86
Do we have priority queue which supports delete operation with same... +0.52
Among regular and context-free grammars which one is more powerful.... 0.00
Is there a good data structure that performs find, union, and de-un... 0.00
Dividing the array in K parts +1.21
Finding all the nodes between two certain vertices in a directed gr... 0.00
analysis of algorithms; Big-O analysis 0.00
Thread becomes disabled for thread scheduling purposes. What does t... +0.20
Weighted Quick-Union with Path Compression. How can depth of 4 can... 0.00
Solving the recurrence T(n) = T(n / 3) + T(2n / 3) + n^2? +0.91
Hash Table Expected Insertions -0.28
Understanding how recursive functions work +0.12
Why does 0x80000001 & 0x1 = 1? +0.76
Why is it advantageous for the table size to be prime when using se... 0.00
unsigned integer overflow error in gcc(TDM-GCC)? -0.67
Looking For Data Structure To Add Numbers Consecutively +0.74
What is the time complexity assigning a datastructure-copy to a new... 0.00
Time complexity of creating a BST with minimal height given a sorte... +0.92
Lower Bound Omega Notation 0.00
Find most frequent combination of numbers in a set -3.09
A Grammar And some challenge about SLR, LALR 0.00
How do I prove all constants to some exponential power belong to li... 0.00
NFA to DFA conversion = deterministic? 0.00
Algorithm of best mapping from one point set to another -2.83
Why doesn't this code for prepending to a linked list create a... 0.00
Does every language belong to either P or NP? 0.00
C++, What does this code says? 0.00
Algorithm complexity in 2D arrays 0.00
Are time complexities such as O(n/log n), O(n^2/log n) rarely seen... 0.00
Data structure for large set of stepwise/incremental data and metho... +1.02
Why does a pointer have to be assigned for realloc to work without... -2.64
Why does this code to validate passwords always reject the input? +0.19
Where does the returned value for 'main' function go? +0.27
Can an LR(1) parser parse this grammar? 0.00
Algorithm for "erase as few numbers as possible to make remain... 0.00
Overloading operators * and -> -0.84
Inserting Node in a Sorted linked list 0.00
If L = {0^n 1^n | n > 0 } is L^c (complement of L) regular? 0.00
Fundamental differences between Widest Path and Longest Path problems 0.00
What is meant when it's said that the union-find data structure... -1.12
How does java.util.Arrays.asList(T...) work? -0.86