StackRating

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

OmG

Rating
1482.68 (4,485,000th)
Reputation
8,471 (18,486th)
Page: 1 2 3 4 ... 15
Title Δ
what is the right time complexity of this function 0.00
What are the number of operations in this method? +0.51
Python's scipy.sparse.csr_matrix to Matlab conversion 0.00
One-hot encoding labels for binary text classification that are alr... 0.00
disagreement between recursion tree method and master theorem 0.00
Finding the upper bound of a function -0.70
What is the efficient solution for computing the sum of all pair su... 0.00
How to calculate the time complexity 0.00
Finding optimal rows & columns for grid of N cells +0.53
Writing lambda in MATLAB 0.00
Dividing a rectangle into NxM rectangle and numbering them in Python +0.53
What is the Time Complexity Of the following code ? I am Confused +0.53
What is the complexity of T(n) = T(3n/4) + 2T(n/2) + n? 0.00
Similarity between 2 Lines in 2D +1.93
How to solve T(n) = 2*T(n/2) + n*log(n) using recursive tree? +0.57
Criticism of the T-sne algorithm 0.00
recursion big o with log n -1.02
explode string with different operator -1.88
T(n) >= O(n^2) means T(n) should be greater than any function in... -0.47
How could I determine the worst case in this code? +0.65
Difficulty understanding decompression with LZW algorithm +0.54
find time and space complexity +0.03
Based on this QQ-plot, does this looks approximately normal? 0.00
Why is `"12:34" < "123:45"` equal to `false`? +1.05
Time Complexity Solution 0.00
Polygon in Polygon Algorithm 0.00
There is a function in Matlab to create a matrix, where each elemen... 0.00
Which algorithmic function is faster in its growth ,O(n^2) or O(n^2... 0.00
What is the time complexity of computing the Nth fibonacci number w... +0.03
Why is the space complexity for this algorithm to check if an array... 0.00
How to prove/disprove if (2^{n})^{1/3} is in Θ(2^{n}) using Big-O,... 0.00
Complexity of a code in c programming language 0.00
when do we not need activation function? +0.55
How to pairwise compare two ROC curve using sklearn? 0.00
problem in finding the big O notation ordering from lower complexit... 0.00
How to know if two sets of points have same pattern +1.00
Big-Oh of for loop with if-else statement +0.08
Linear algorithm for 2D array 0.00
How to calculate the order of an algorithm with recursive calls ins... 0.00
how to compute lengths of all trips from TSP distance matrix in mat... 0.00
Pycma - fmin Iterations 0.00
Order of growth determination 0.00
Trouble trying to find the time efficiency of a recursive algorithm 0.00
How to solve the recurrence of T(n) = 2 * T(n/3) + 3/2 * T(n/4) + 5... 0.00
Counterclockwise Convex Hull Algorithm 0.00
How do you calculate factorials efficiently when they will be withi... 0.00
Time Complexity- For Loop 0.00
How to find the relation of these two functions, when we are consid... -0.22
Find the largest index of the minimum in Matlab -0.52
How to compute the derivatives automatically within for-loop in Mat... 0.00