StackRating

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

user1952500

Rating
1507.67 (100,972nd)
Reputation
4,897 (33,864th)
Page: 1 2 3 4
Title Δ
Determine single unique substring per string in list of strings wit... +2.17
What algorithm to use to check if one set overlaps to another? +0.63
return an Array which contains only odd integers +0.23
How to find Xth palindrome? +0.27
Accessing a member of a structure through another member of the sam... -2.00
Find all the nodes at a level of a given node's level +0.35
Count and print Triplets in a sorted array +5.30
Understanding invariants using Euclid's algorithimn -0.08
Sorted Event form transformation puzzle +1.99
O(N+M) time complexity -2.49
Find the smallest and second smallest number in an array of 8 numbe... +1.01
Can we say that the complexity of algorithm below is exactly O(lgn) +3.92
How to encode two numeric values into one in the way we can generat... -2.24
Most efficient way to calculate nCr modulo 142857 -1.29
Find a single number in a list when other numbers occur more than t... -2.73
Algorithm to solve an equation -2.92
algorithm to replicate data between computers -2.07
O(n) Java algorithm to find odd-number-out in array (not odd numbers) +5.15
Algorithm to determine whether a given number N can become hypotenu... +0.30
Find the efficiency in Big-O notation +4.30
Time complexity algorithm +4.52
Merge sort algorithm in C not working as expected +1.09
Comparing algorithm running times expressed in complex form +1.19
Elegant code to find the 5 max top number from 3 Array -1.19
What is the asymptotic complexity of T(n) = T(n-1) + O(n * n!)? +4.45
Algorithm to cover all edges given starting node -3.39
Print all strings, O(2^n) algorithm -1.66
Inorder starts from the "leftmost left node" so why doesn... -3.44
fprintf vs WriteFile to write to pipe: Cannot read from all pipes 0.00
Avoiding two phase initialization -2.99
Algorithm in hardware to find out if number is divisible by five +2.43
run superclasses overridden function -0.77
C++ friend function hidden by class function? +4.35
char s1[ ] = " xyz" and char *s1 = "xyz" 0.00
Cannot create named pipe 0.00
what is difference between ++i and i+=1 from any point of view +1.36
Casting buffer to function and executing in OS X -1.97
Adding item to the end of linked list -0.85
What am i doing wrong here? Defining a class with a pointer to func... -3.68
Is there any way to modify this function so that it removes the pre... +0.77
Finding all possible combinations without duplicating selections? +3.40
Implicit conversion between reference types 0.00
How to catch exception when write to a random memory block in c++ +0.02
Shell scripts in Windows -3.08
which one is faster and why? Array vs Link List +4.06
Custom rand() function return the same value -3.43
assigning char pointer to char and char array variable -2.61
Move Circle in Turbo c++ 0.00
asymptotic-complexit - Calculate steps of primitive operations 0.00
In-place sort an array with 2 sorted sub-arrays -3.09