StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

example

Rating
1508.37 (84,493rd)
Reputation
2,340 (72,022nd)
Page: 1
Title Δ
Find the maximum repeating number in O(n) time and O(1) extra space 0.00
Is it ok to compare floating points to 0.0 without epsilon? -2.87
How to write a variadic template recursive function? +3.66
What is the best algorithm to calculate x^y (x raised to the power... -2.43
Is it possible to pass a set of values to a variadic template decla... -2.17
Releasing memory with std::move()? +4.45
Find unexecuted lines of c++ code -2.03
get callstack of c++ application including shared libraries 0.00
Finding number of pairs in array where A[i] * A[j] > A[i] + A[j] -3.66
Improved ant colony optimization for robot navigation paper 0.00
How can I keep const-correctness and RAII? +3.26
How to simplify Assembly Translation Shift Right by 32 Xor Absolute... +3.93
What is the purpose of the sub esp, eax in function prologue? 0.00
Segmentation fault on accessing 2D vector -0.13
C++11 Lambda functions implicit conversion to bool vs. std::function +0.26
Can C++ code be valid in both C++03 and C++11 but do different thin... +4.77
Crack linux executable -3.90
C++11 range-based for loop: how to ignore value? -1.26
Inconsistent C++ <random> behavior between different computers -0.29
BAADF00D Access Violation 0.00
How to rewrite this without the use of goto +1.54
'non-static reference member, can't use default assignment operator' +4.20
Recursive(Decimal to Hexadecimal) C++ -1.39
finding the running time for my algorithm for finding whether an in... 0.00
What is the time complexity of the following method in terms of Big... 0.00
squaring matrix and running time 0.00
Is there a more efficient implementation for a bidirectional map? -0.13
LAPACKE eigen solution is inaccurate. How to improve it? 0.00
How to move through each line in getline() 0.00
Compute gradient for voxel data efficiently -0.11
Computing large combinations +0.44
Scrypt algorithm output doesen't match up as expected 0.00
How to use a specfic Networkinterface/Ip with Boost Asio sockets? +4.02
Understanding the effect the distribution of data has on hashing 0.00
Is it now wrong to "return" from a "switch" sta... +0.84
Why is the text in this drop down not vertically centered in Firefox? -0.08
encrypt text Could someone please show me how to do this? 0.00
Is it safe to transport a double through an int in C++03? -3.01
Hash value for directed acyclic graph +2.17
How long would it take my i-7 processor to factorise a 1024 bits nu... 0.00
Reordering functions in gcc assembly 0.00
Eclipse Open CV Application building error? 0.00
Inline assembly; Bitwise operation on float; What's going awry here? -2.96
How to print extended value ascii for a string in java? -2.47
Keep Looping until inputs are available in java +3.95
How to implement binary search tree for a dictionary interface? -0.26
Wall follow maze solver 0.00
Find known sub image in larger image 0.00