StackRating

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

Kelly Bundy

Rating
1556.02 (6,400th)
Reputation
1,131 (139,501st)
Page: 1 2 3 4 ... 5
Title Δ
sort a list according to keys and for elements with same keys as pe... -0.11
Binary Insertion Sort vs. Quicksort 0.00
Time complexity in sorting a list by converting it to a set and bac... +0.48
Is it overall more efficient to convert list to set when checking i... -2.16
Return next key of a given dictionary key, python 3.6+ +0.69
How do you tell if the last value in a list repeats previously? -0.34
Sort a list of dictionary with order of specific key +1.22
Sets are sorted from 0-9 every single time in python?! Not unordered 0.00
Checking line number of permutation occurrence on permutations python 0.00
Switch key and value in a dictionary of sets +0.16
Create a dictionary with 2 unequal lists +1.80
Python sort list of lists partially reverse based on date +1.32
Python sort list of lists partially reverse based on date +0.62
Sort elements using specifc order in python +1.40
Iterating over progressively larger slices from start of list in py... -2.09
Calculate list of distances -2.43
Largest Rectangle size after each query (Algorithm) +1.72
Calculate max mean from dictionary +0.23
python - remove a number of characters corresponding to the digit i... -1.03
Replace a random subset of regex matches -1.53
problem was to get 'n' digit number and print each digit se... -0.59
Why is shuffling list(range(n)) slower than shuffling [0]*n? -0.31
How to avoid "if" nesting when need Multiple return value... +0.39
How to reduce memory consumption when performing a cartesian product? 0.00
Comparing list of dictionaries when the keys are out of order +1.59
Is it possible to create a easy dictonary only one line? -0.36
List Comprehension with Not In -0.72
Is there any way to make this sorting algorithm have a linear time... +0.40
How to do i print some numbers using .sample() from the random buil... +0.15
Python Logic to find the sum of a sub list satisfying a condition -1.38
Sorting lists with mixed int and strings +0.91
Replacing characters by chaining str.replace methods produces wrong... -1.29
Is replacing a value during iteration of a mapping safe in Python? +1.42
Python: how to make indices of second array match indices of first... 0.00
How can I reduce the complexity of my dictionary solution to Codili... +0.25
Python, using dictionaries and sets to keep track of all occurences... +1.15
How to implement 2D access with double brackets 0.00
List not returning the proper values as an output -0.61
How to avoid math.sin(math.pi*2*VERY LARGE NUMBER) having a much la... -0.40
Generating every possible string combination in python -1.88
How to subset list elements that lie between two missing values? -0.33
Can I use a list comprehension to create a list of lists? +0.10
Python: How to get the actual string from the list object that matc... -0.66
How can I remove a tuple from a list if the tuple contains two &quo... +1.13
Calling functions in a for loop in one line if a condition is met -0.62
Sorting a Linked List without re-linking nodes -1.11
Force copy of a small int in Python +1.18
Cube roots of a complex number in python +1.66
Finding Edge cases to test 0.00
how to use python -c on windows? +2.09