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 2 3 4 5 ... 81
Title Δ
Different implementations of begin() and end() of a container -1.72
‘abs’ was not declared in this scope -0.74
Java: method for an equation relevant to the Karplus-Strong equatio... 0.00
Breadth First Search Time Complexity 0.00
Symbol table in a dynamic type-checking compiled language 0.00
Equivalent operation to remainder operator for handling values belo... 0.00
Bottom up heap analysis 0.00
Intuitiveness of The Flajolet-Martin Algorithm +0.24
Why does a C compiler not throw a warning when using bitshifting on... +0.95
Can you make a DFA/NFA/ Lambda NFA for determining whether a number... 0.00
When would it be a good idea to implement data structures rather th... 0.00
How do you keep a binary search tree balanced? 0.00
Can LR(1) parsing table size be the same as LALR(1) parsing table f... +0.24
Need of :: to specify class for functions but not variables? +0.45
Finding the nearest location to a test point 0.00
Can binomial heap be used to find connected components in a graph? 0.00
The Big-O of the following equation 0.00
C++: question on placement new in a union using Stroustrup example 0.00
Number of walks from source to sink with exactly h hops -0.33
Which is the fastest way to find the last N bits of an integer? 0.00
Time complexity of string permutation algorithm +0.24
Does merge sort essentially trade space for time when compared to i... +0.80
How to estimate the size of a trie? +0.23
Unicode set notation meaning? 0.00
Can O(n + log(m)) be simplified? -0.27
is there any way of sorting an array of string in lexicographically... 0.00
Tuples: No matching function for call to 'get' 0.00
Big Oh! algorithms running in O(4^N) +0.26
Time complexity question, i think it is impossible with current data -3.14
Determine the time complexity using master theorem 0.00
Why is K-means algorithm preferred over Kruskal's algorithm for... 0.00
Why is looking for an item in a hash map faster than looking for an... +0.22
Fixing Karger's min cut algorithm with union-find data structure 0.00
Memory management of function pointers and lambdas 0.00
What is an LR(2) parser? How does it differ from an LR(1) parser? 0.00
MST in directed graph 0.00
C++ the value of a variable in a string 0.00
Is time Complexity O(nm) equal to O(n^2) if m <= n 0.00
Why is this while loop not ending in the code below? +0.24
How could I recognise the Pikachu language in yacc? 0.00
Why does my definition for function read a number as if it is negat... 0.00
Initializing an object with garbage data when there is no default c... 0.00
What is a zip tree, and how does it work? 0.00
Constructing CFG for even length words with maximum of two 0's -2.13
What is the best performing general purpose data structure? 0.00
How to connect inner most nodes of left and right branch of binary... -0.26
Minesweeper Program, unexpected output +0.55
Longest subsequence such that difference between adjacents is one 0.00
Find pairs in an array such that a+b%10 = k +0.24
Decoding hash lookups -0.27