StackRating

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

meowgoesthedog

Rating
1626.37 (956th)
Reputation
10,192 (14,945th)
Page: 1 2 3 ... 9
Title Δ
Recursions of the form T(n) = T(n - n^(1/q)) 0.00
How can i split a list of points in all angle 0.00
More efficient method of recursion 0.00
set.add(x) vs. x in set: What is faster? -0.23
Itertools groupby: group list of lists by first two values of subli... +1.71
Complexity Recursion in For +0.34
From a list of tuples get the tuple with the largest difference bet... +0.47
Find nth term of a sequence in less than O(N) 0.00
How to solve the following recurence relation 0.00
Zip dictionary and some constants into list of tuples +1.58
How to merge N multi-lists into one big multi-list? +0.93
After projecting 3D points to 2D, how to get back to 3D? 0.00
How to effciently add values from tuples depending on position in l... 0.00
Calculate the x and y based on bearing 0.00
Join consecutive pairs in list - Python +0.33
Python list creation with multiple loops +0.65
Python sequences sublist generation in specific order - itertools? 0.00
Transform a list into a dictionary in python -0.45
Creating a list containing dictionaries whose values are sequential... -1.13
Replace values in a 3d numpy array +0.33
Why do we need to homogenise these vectors? +0.31
OverflowError: (34, 'Numerical result out of range') in wri... +0.32
How to find the time complexity of the following recursive code? 0.00
How to write a dictionary of lists to a string instead of CSV file? +0.40
Solution for differential equation is completly different in boost:... 0.00
How to use operator.itemgetter to check a condition in a filter fun... -0.91
How to calculate growth rate of this function: T(n) = 2T(n^(1/2)) +... 0.00
How to calculate and replace values in a list of lists +1.34
TypeError: unsupported operand type(s) for ** or pow(): 'list&#... 0.00
How to remove duplicate key from a list 0.00
Opening list from text file in python 0.00
How to group Python dictionary values which are dictionaries themse... +1.09
How to shorten appending to different lists depending on the outcom... +0.97
Looking for a key in a nested dict to change the type of the key 0.00
How can I copy each element of a list a distinct, specified number... +1.30
Slicing list of list in python, jumping one item +0.31
Corner Collision angles in p5.js +1.87
Is there more effective way to get result (O(n+m) rather than O(n*m... +0.34
Using list compreshension with a list of dictionaries +0.92
Probems with merging same values for different keys in dictionary 0.00
How can I convert numpy ndarray to a list of tuples efficiently? +0.34
Trying to load to a list of lists from a list of dictionaries +0.58
Find key, value pair in dict according to second value of tuples us... +1.62
Can't rotate object from other place that isn't origin point 0.00
3 nested for loops complexity 0.00
mapping of list items from list B of length 4 to each list item of... -2.68
How to calculate the complexity of a given code +1.39
Get list of all sub-keys from a python dictionary 0.00
Combining two bytes in Python +0.89
Implement for loop: if values are changing, do something (i.e. make... +1.06