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 6 ... 15
Title Δ
Sum of all Hamming distances of a given string A from substrings of... +2.49
Simplifying using Big Theta expression 0.00
two pairs with same max sum in c -0.52
Interleaving array {a1,a2,....,an,b1,b2,...,bn} to {a1,b1,a2,b2,a3,... -0.75
Find number of nodes of a graph that cover k edges 0.00
Number execution of recursive function 0.00
Transform number to xy coordinates +1.03
Is it valid to write [(m + n)^m] / m! as O([n / m]^m) as its loose... +1.99
Matlab - Incorrect dimensions for raising a matrix to a power 0.00
How would you use the Subgraph Isomorphism problem to solve Clique? 0.00
How do I express x(n)=n*0.9^n in scilab? 0.00
Math - Pythag - Circles +0.51
Greedy Algorithms. How to solve this problem? -0.40
Convex hull algorithm to determine points inside of the triangle +1.96
Is there any graph example other than the complete graph where Diam... 0.00
What is the time complexity of this function, that generates all un... 0.00
Confusion in search algorithms in AI 0.00
How many comparisons needed in binary search of this array? 0.00
Proving the complexity of recursive determinant 0.00
Complexity of an algorithm with nested loop changing each time 0.00
Recursion Tree Method to solve a Recurrence equation 0.00
Akra–Bazzi method for solving recurrences relation? 0.00
prove an O(n) algorithm exists for 10 swaps +0.51
Is Dijkstra's Algorithm symmetrical? 0.00
What will be Big-O complexity for a recursive function whose number... -0.46
Time complexity of linked list traversal in two passes 0.00
Calculating all possibilities for a string with optional parts -0.02
What is a container and what are the differrences from other data s... 0.00
How to prove that the expected depth of kth smallest element in a c... -0.48
Given that f(n) = 10000000n and g(n) = n^2. Why f(n) is O(g(n))? +0.01
How to get the probability of P(Xi) = 1 / ( k + 1 ) when A[i] != x 0.00
Whats the name of this matrix or table? 0.00
How to solve recurrences with big-O instead of big theta? +0.00
How nested for loop that has complexity O(n)? +0.00
How can I make this algorithm to return whole numbers when division... -1.29
Solving a sort algorithm in constant space 0.00
Find the tight bound of f(n)=3logN + 1 + (1/2) + (1/2)^2 + ... + (1... +2.76
How to determine algorithm complexity / order of growth with divisi... 0.00
Algorithm to combine two binary search trees in linear time -0.46
Pair function that generate unique value for a given number of inte... -0.48
Best-case complexity for an unsuccessfull search in a binary search... -1.43
time omplexity of finding two indices of same element in an array -0.24
I have two algorithms for fib problem, 1 is taking 7 milsec while o... 0.00
Effectively replace values of dataframe column with relative freque... -0.48
How to solve the complexity for T(n+1)=T(n)+logn +0.04
How to approve or disprove a statement-Time Complexity 0.00
Does 2 ^ O(log log n) = O(log n)? +2.56
Can you please give me time approximation(like n^2 , n*2 , nlogn) o... 0.00
What is the time complexity of this dynamic programming algorithm? -0.47
Count of different ways to express N as the sum of 1, 3 +0.02