StackRating

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

Salvador Dali

Rating
1479.61 (4,498,326th)
Reputation
128,390 (490th)
Page: 1 2 3 4 5 6 7 ... 20
Title Δ
Algorithm to detect equivalent expressions 0.00
Determining the number of steps in an algorithm 0.00
What is the general way to find space complexity of recursive algor... +0.52
How to simplify a spline? +0.53
How to ensure the Maze always has a valid path C++ -1.61
PHP - What is the best hash algorithm to calculate the similarity b... -1.88
What would be the log(O(n * log(n)))? +2.00
Number of nodes in the bottom level of a balanced binary tree -0.48
Looking to speed up this max pairwise product +2.12
Compare two lists of distances (floats) in python 0.00
Unable to summarize the complexity of an algorithm 0.00
Big O of an infinite loop? +0.66
Calculate farthest point of every point 0.00
some examples of algorithm complexity of nested loops? 0.00
Find solution to recurrence: T(N) = 2 T(N/4 + √N) + (√10) N 0.00
Given an array of ranges find the total distance covered? +0.11
Is there a algorithm for search an element in sorted array excludin... +1.61
Is log(n^c) equal O(log(n)) +0.53
what is the complexity of this code snippet? 0.00
Smallest required number of three comparisons in an optimal algorit... +2.12
Reading files directly from the memory of another computer over a n... +2.31
Find point inside smallest rectangle. O(n) but optimize further -0.64
Is there any probabilistic data structure that reduces the space co... +2.50
Can a string be formed by erasing only a single character from anot... 0.00
Order function by increasing growth rate? 0.00
Writing a program to count the number of recursive calls +1.20
n nested for loops in a method with n as input +0.02
ndimage.generic_function on 3d array -1.99
In "Introduction to Algorithms", what does “tight code” m... +0.54
An algorithm to generate the next element from a sequence, by findi... -0.69
Deduct time complexity from this Recurrence formula? -0.20
How to revert a function in PHP? -0.01
More efficient solution than many loop iterations with JavaScript +2.50
Machine learning approach to add silences to translated subtitles 0.00
Finding different combinations of a numeric string that corresponds... 0.00
More efficient use of Python dictionary? -0.69
How to check after each entry in Sudoku that it is valid or not 0.00
Minimum vertex cover -1.71
JavaScript - Improving algorithm for finding square roots of perfec... -0.45
merge two sorted arrays in julia +0.48
What is Dijkstra's algorithm supposed to return? 0.00
JavaScript - Is there a more efficient way to create option elements? +1.64
AI How to model genetic programming for Battleships -0.56
Average case of Linear search -1.71
Solving recurrence equations with fractions using Recursion Tree Me... 0.00
How to solve the following recurrences and find a Theta bound 0.00
How to solve the following recurrence? -1.12
Master Theorem: comparing two versions of the theorem 0.00
How many comparisons does insertion sort do in an already-ordered 2... -1.41
Big O of min and max in Python -0.92