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 ... 4 5 6 7 8 ... 20
Title Δ
Generating k-mers from a list of monomers in python using recursion -1.60
Are recursion and DFS equivalent? -0.44
Generate Data Points for Graph from an equation 0.00
Can I find the second largest element with a min heap with O(lgn) t... 0.00
Intermediate step of the recurrence relation T(n) = 2T(n/2)+ n/log(n) +0.02
How to remove consecutive duplicate items from a list +2.50
find minimal and maximum element in Python +1.16
Big Oh Analysis Result 0.00
How to iterate single link-list in reverse order? 0.00
Find the time complexity of the function "foo" +2.13
Find path on a matrix to get max value +0.56
Finding top and bottom 5 elements of an Array -1.52
Find highest common sibling branch in file structure +0.52
Better Algorithm for counting elements in an array? +0.03
K-Nearest Neighbor Implementation for Strings (Unstructured data) i... 0.00
Algorithm for finding the smallest number of precise squares which... 0.00
Recurrence: T(n) = 3T(n/2) + n^2(lgn) 0.00
master theorem and recurrence 0.00
Random number generator repeates some numbers too often +2.06
Time Complexity Calculation -0.67
Why this algorithm takes O(nlgn) time? 0.00
Find the highest minimum difference of a number from a given range 0.00
master theorem base case is constant? +0.15
How can I make a video from array of images in matplotlib? -0.43
How to solve this recursion equation T (n) = √2T(n/2) + log n using... +0.03
Algorithm to remove unique elements from array and print elements i... +0.22
PHP: Algorithm of finding substring without using strpos 0.00
Efficiently find the n nearest neighbours of 50k 2D coordinates? 0.00
Time Complexity of Subset-Sum Enumeration -1.38
How to get the time complexity of this recurrence: T(n) = sqrt(n) *... -1.32
Approach for Shortest Job First Scheduling 0.00
Idiomatic way to store and iterate over a named nested data structu... 0.00
Find a smallest number which has exactly N divisors +2.37
Integer factorization in repetitive pattern 0.00
What is the usage of left and right shift bitwise operators >>... +2.00
Inset number from a non-sorted list of numbers into a sorted list o... +0.53
How to navigate a spider in a grid system? +0.04
What is the mathematical definition of f(n) and O(f(n)) 0.00
golang mysql undefined: sql.Query 0.00
Finding the complexity T(n) = 4T(n/2) + (n^2)*logn using the iterat... 0.00
JSON Unmarshall not working as expected with structs +0.33
Inserting an item to a linked list - is iteration necessary (C)? -0.28
Where is the flaw in my algorithm for finding the max element of an... 0.00
Number Plate Recognition with Java and OpenCV +0.05
Get the complexity of T(n)=T(n/4)+T(3n/4)+c -0.98
Count total extrema in the array in java(Total minima and maxima) -0.07
How to figure out if a number is present in a very large dataset 0.00
What is the best data structure to store distance sensitive spatial... -0.46
Big O Notation for two non-nested loops +1.17
What is the most compact, efficient and reliable way of extracting... +0.11