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 5 ... 15
Title Δ
Which one is greater: O(N^2 * log(N^2)) or O(N^3)? -0.86
How do I calculate sample size in Python using this equation? -1.49
Sampling methods for plotting 0.00
Quick sort is recurring infinitely 0.00
Find the no of pairs with gcd 1 efficiently 0.00
I never say 2 arrays equal to each other but in output they do in C -1.07
Can anyone explain why the space complexity here is O(1) and O(n) f... -0.51
How do I replace integer 1 with 'A', 2 with 'B' and... +2.43
Need help understanding modulus operator -0.95
How does Dijkstra's Algorithm work if a max priority queue is u... 0.00
Define sigma in mvncdf function in Matlab 0.00
Why do dynamic arrays specifically double in size when running out... -0.21
Does O(f(n)) + Ω(g(n)) equal Ω(f(n)) + O(g(n))? -1.87
adding a unique identifier -1.28
non-parametric supervised learning method 0.00
Joining two dataframes in Pandas remove value from another dataframe -0.24
How to compute lower tail probability for the Bivariate Normal Dist... 0.00
Can we declare an empty function in a for loop? +0.05
Calculate grouped means ignoring each row value -1.74
Does Euclidean Distance change when strings "double"? 0.00
range() but with normal distribution? (no randomness) +0.03
Dead simple clustering algorithm 0.00
Why is Bubble sort performing better than Selection sort in average... -1.29
Calculating the Recurrence Relation T(n) = sqrt(n * T(sqrt(n)) + n) -0.44
What exactly is the ticks paramerter for yticks/xticks functions in... -1.93
Clustering with DBSCAN: How to train a model if you dont set the nu... -0.97
Why the hIndex is 3 and not 0, since there are 5 papers with 0 cita... 0.00
could someone help me solve this recurrence using substitution meth... +0.25
Concatenate command string in a shell script in Google Colab 0.00
Read shell script result in Google Colab Research Notebook 0.00
What does Log N complexity actually entail? +0.02
How do I achieve O(n^2) complexity for the Gale-Shapley algorithm? -1.57
How to change files extension via MATLAB? 0.00
Clustering based on pairwise similarity? 0.00
find N^(1/17) using python 0.00
Is there a way to find a maximum of a function of 2 variables in Ma... -0.34
Reversing game experience formula to show how much experience a lev... 0.00
How to solve T(n)=T(n/4)+T(3n/4)+nlogn +1.92
How to find synonyms for some word from other texts 0.00
Is there a way to identify or return characters contributing to dif... 0.00
Big O complexity comparison of n^0.000001 and log(n) and many other 0.00
Calculating the Recurrence Relation T(n)=T(n / [(log n)^2]) + Θ(1) 0.00
How to find big-O for a nested loop which has both down and up counts +0.02
Solving a recurrence with exponential rule where master theorem doe... 0.00
Finding Time Complexity of these two algorithms? 0.00
True or False: f(n) = O(max(f(n), o(f(n))) 0.00
Solving the recurrence relation T(n) = n*T(n - 1) + n! (n > 0, T... 0.00
Time complexity in terms of Big O 0.00
Asymptotic Bounding | If f = 2^n and g = (2^n+1), how does f = Θ(g)? +0.09
Algorithm for Finding Graph Connectivity -0.57