StackRating

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

Deepu

Rating
1474.19 (4,512,837th)
Reputation
6,282 (25,890th)
Page: 1 2 3 ... 6
Title Δ
Determine time complexity when inner loop has logarithmic frequency... +0.04
While condition only respected if I put while 1 and put an if and b... 0.00
Is the complexity of the first code O(n), and the second code O(n ^... 0.00
Determine time complexity when loop has multiplication factor 0.00
Check if two Python sets have at least one common element -0.48
Worst-case time complexity of a recursive dividing function? 0.00
How to determine the recurrence relation described by the efficienc... 0.00
How to solve T(n)=T(n/4)+T(3n/4)+nlogn -1.92
Arrange asymptotic functions according to growth rate 0.00
Reading numbers from the user until negative number is given, retur... -0.60
What is time complexity of following? 0.00
Given an unweighted graph how do I find a spanning tree with 1. Max... 0.00
To locate a 3d point from an existing 3d point using a vector and d... -0.47
How to generate a random number in dart excluding a particular no.? -0.01
What is the time complexity of the following expression? 0.00
What is the time complexity of the second for-loop? +0.05
Ambiguity in 2d array declaration in C +1.39
const qualifier and arrays +1.46
Is my transition function correct (String matching with finite auto... 0.00
Copy a row from multiple files and paste as column in a new file -0.21
Looping for using while 0.00
What does 0[str] means in C where str is a string 0.00
Where the static variables are stored? -0.15
How to print maximum number in a list using loop in python -0.30
garbage value while usage of unsigned long int -0.64
What is the upper bound of function f(n) = n in Big-O notation and... +0.53
What is the complexity of multiple runs of an O(n log n) algorithm? +0.44
RegEx To Check if string contains 2 consecutive integers +0.87
ip mask pattern calculation 0.00
Nested If condition and logical AND operation 0.00
read() method of BufferedReader and InputStreamReader -0.60
What's the error with this selection sort code? Error: Arrayind... -0.24
Initializing boost date to the first year of AD 0.00
Can any finite state automata be translated into a regular expressi... +0.35
How does the compiler treats printing unsigned int as signed int? +2.05
Convert Hex to Binary on large file +0.01
Define a recurrence with two variables 0.00
error while executing the program 0.00
Matlab, How to get each column in a matrix -0.55
what are l-value and r-value expression? -1.46
Is a matrix int mat[5][5] the same thing as an int **? -0.41
Tricky time complexity +0.94
small C program working -0.30
Reading text file into a 2d array c++ -0.22
How to round float in Bash? (to a decimal) -0.89
Using REGEX to match a previous match 0.00
String manipulation in C: Is this possible? -1.30
Base constructor not called twice when using initialization list -1.55
Do not match word boundary beetwen parenthesis with python regex +0.01
Bucket sort---why's the input range important? -0.48