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 Δ
merge nested list by first value in each list in python +4.06
How to implement recursive DFS in Python efficiently? -1.70
Is it possible to reverse a MurmurHash in Python with mmh3? -0.68
How to find the first index from the linked list, where the certain... +3.95
Edit(Replace/Add) strings based on index -1.42
add a character to a list python +2.46
How can I join a list of strings and remove duplicated letters (kee... +3.44
Best practice for conditionally getting values from Python dictionary +1.20
Find the highest subsequence +2.52
Find the highest subsequence -2.81
Writing a faster implementation for insert() in python +4.08
Control recursion on nested lists / strings (without checking for t... 0.00
Best way to merge two lists and combine double values? +1.74
Maximum decimal place in python -0.30
Combinations of expressions with 4 elementary operations +3.92
Hierarchical dictionary where the values of the embedded dictionary... -4.16
how to split a list every nth item -1.32
Differences between using python endswith and substring 0.00
Java OutOfMemory during sorting +3.68
Is it possible to make a list comprehension with an undefinite iter... +0.84
Best way to check if all of the items in any of a list of lists are... +0.01
Python :get possibilities of lists and change the number of loops -4.37
Sort a list from an index to another index - python -1.95
Sort a list from an index to another index - python +2.10
Top n results based on value and ASCII sorting 0.00
How do i remove the last character of the last string from a list o... -1.25
in python, how to swap indexes within a list of list of lists 0.00
python efficient way to compare nested lists and append matches to... +0.43
Filter values in a dictionary of sets -3.31
Python loop faster than One-line-comprehension: Why? +3.48
How to add only values from another list to a dictionary -0.36
How to sort a list of sub-lists by the contents of sub-lists, where... +3.69
find the number of pairs of elements such that their sum add up to... +3.49
List calculation with elements not equal to zero 0.00
Add up values of same key in a nested dictionary +4.18
Find the 100th Lucas Number +2.18
Fast Way of Indexing Operator in Python (lambda i: l[i]) 0.00
How to keep unique inner lists within a list of lists by ignoring o... +0.84
Dynamically look for index() in list from set of options +4.46
Finding the max value and count how many times it appears in a list... +3.86
Change stepsize of for loop while in loop -4.24
Sort non repeated characters and then repeated ones‽ -1.79
Sort non repeated characters and then repeated ones‽ -1.79
Binary tree: how to change every leaf value to the sum of the path... 0.00
Time complexity of python string iteration with for in +3.94
Generate all possible well ordered string permutations +1.04
How to make a sub-dictionary from data of a line of a txt file? -0.17
which of these for-loops is more efficient/the better way to code t... -2.84
Iterating over two lists at the same time and try to find if a numb... +4.16
Optimize iteration through large number of characters in a string +4.39