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 ... 32 33 34 35 36 ... 81
Title Δ
why are the addresses of these variables printing as ab@ and b@? +1.31
what happened to << when using ofstream without any filename... -2.69
Realloc allocation in C +0.54
Why is <algorithm> not needed for std::copy or std::swap? +1.09
g++ auto and typename keywords in function return type +1.32
Why is this file reading code generating exceptions? 0.00
Problems with GetCursorPos 0.00
How to compute Euler's totient function φ in Java? 0.00
Why am I getting different addresses when using similar logic to in... 0.00
C++ syntax help, using templates 0.00
Unusual error message defining a second static member function? 0.00
Why do programming contests want answers modulo some large prime? 0.00
What is a generalized suffix tree? 0.00
Condensing a do-while loop to a #define macro +0.06
Problems with LL algorithms taxonomy -0.56
Time complexity of this code to list all subsets of a set? +0.91
Why are tries slower than hash tables when stored on-disk? 0.00
How to declare a member function const pointer while point to const... 0.00
Algorithmic Reduction (Median of medians, quicksort) +1.37
Try to check if Tree is Binary Search Tree 0.00
DAG - Algorithm to ensure there is a single source and a single sink +0.71
How to convert a DFA to a Turing machine? 0.00
Using nondeterminism to detect cliques? 0.00
Finding FIRST sets in a grammar 0.00
Write a recursive method that returns the number of occurences of '... -0.27
Wrong keyword is detected in during lexical analysis or parsing? -1.06
Why is my exception still being thrown after being caught? +0.88
Get IndexOf method- binary search 0.00
Quarterback Rating Function with Arrays and Structs is acting strange -1.05
Why is my overloaded >> operator throwing bad_alloc? +1.12
Finding an LL(1) grammar? 0.00
Purpose of FIRST and FOLLOW sets in LL(1) parsers? 0.00
Is 3-SAT polynomially equivalent to INDEPENDENT-SET 0.00
Understanding an error in a recursive function? +0.42
Stanford C++ lib Missing Vector.cpp and Map.cpp 0.00
Stack unwinding dynamically created object whose constructor acts a... 0.00
A very unclear error that sometimes interrupts my thread in Java 0.00
Understanding error "terminate called after throwing an instan... +0.21
Directory (File-Folder) manipulation using a tree in c# 0.00
Why doesn't the complexity of hashing and BSTs factor in the time r... -0.60
Polymorphism with derived member function pointers? -1.48
Confuse about browser garbage collection algorithm 0.00
What is a misaligned pointer ? 0.00
Why do I get different results when using a function versus a macro? +0.75
Shift/reduce conflict byaccj 0.00
How to get length of a string using strlen function +0.70
transition function PDA 0.00
What is the difference between user level threads and coroutines? -0.79
Why does Fibonacci heap keep a global node counter? 0.00
If algorithm time complexity is theta(n^2), is it possible that for... -0.04