StackRating

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

anatolyg

Rating
1518.63 (34,802nd)
Reputation
17,460 (8,039th)
Page: 1 2 3 4 5 ... 16
Title Δ
How to get total sum of values from input file? +0.42
How do I rotate a matrix? C +0.47
Declaring array data inside a class C++ +0.64
How to avoid size_t to int casting warnings when porting to 64 bit? +1.07
Why can't I use 'scanf_s' for reading a character and a... -2.03
Initial value of int array in C - why? -0.12
OpenMP parallel 'for' doesn't work properly 0.00
How to condense many if-statements into something smaller and more... -0.85
Division algorithm for calculating quotient without keeping track o... -1.71
Can't understand &(sizeof 2[a])[a] +1.36
The complexity of divide-and-conquer algorithms 0.00
How to estimate that this task is in class NP? 0.00
Most efficient way to check whether a square matrix is full rank 0.00
Is there some meaningful statistical data to justify keeping signed... +0.77
C++: advanced class model for matrix calculator 0.00
How do I add or subtract parts of an array? -0.03
is there any other way to allocate address to a pointer variable? +0.47
is it possible to overload a string as a vector of char elements? +0.44
Taylor series using OpenMP 0.00
Where is the mistake in my dp approach here? https://www.spoj.com/p... +0.31
Leaving switch in while(1) +1.81
Turn int to IEEE 754, extract exponent, and add 1 to exponent -0.41
Way of evading repetitive library headers and typedef in makefile 0.00
Random Exploration in Array c programming -1.93
Performance difference between POD and non-POD classes 0.00
how to eliminate use of goto in switch case +0.65
How to exit do-while loop when user input is "q" in C++ 0.00
subtract n times int value +0.50
What the method to manage Cleanup Code loop for a cumulative (singl... 0.00
c++: input of a lambda expression +2.59
How to get the double free error on run time in my c++ code -1.55
c function to return one of two possible types -1.09
Is continually writing to a file detrimental to the performance of... -0.55
C++ - passing static 2d array to functions +0.76
C++ return private 2D array by accessor function -1.97
How to overload an in-place and a copying string manipulation funct... -0.52
I want to solve this query with c program +0.93
Delete duplicates from array C++ -0.69
Is there a way to have a fair implementation of Brian Kernighan'... +0.86
Making if statement with lots of conditions more simple with loop +1.01
Given an array of digits 0-9 and an integer n, find all the integer... 0.00
If f(n) is O(g(n)), does f(n) grow asymptotically no faster than g(... +0.31
E0147 c++ error 0.00
calling .c file inside .cpp -2.02
How to get only folder size from "du"? -0.43
Constructor inheritance C++, what does it offer? +2.02
Counting right triangles: how to improve Time Complexity? -2.33
Parsing text file (unresolved issues) +2.25
Displaying characters in ascending order in C +0.55
how can i concatenate determined number of characters with another... +0.47