StackRating

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

kaya3

Rating
1611.95 (1,345th)
Reputation
9,615 (15,954th)
Page: 1 ... 13 14 15 16 17 ... 21
Title Δ
Find nested Dictionary value based on N number of array items 0.00
Python concept regarding lists and loops +0.01
Creating a maximum digraph path from two lists 0.00
How to solve this algorithmic problem - Gopher 2 0.00
How can i implement __add__ method in parent class? 0.00
dijkstra with at most ten negative edges in a path +0.37
In OOP, which code design is preferable: Behaviour in a method or b... -0.12
Do identical Abstract Syntax Trees guarantee the same behaviour? 0.00
How to get a dictionary of dictionaries from a text file in python? +0.37
Math domain error from a negative number being generated -0.59
Powerset algorithm in Python: difference between + and append on li... 0.00
Function to find number of 'ordered combinations' with no p... +0.39
Solving while loop time complexity algorithm 0.00
Automatically extend a Python list to N elements if it's too sh... -0.12
what is the purpose of safe_string_cmp? 0.00
TypeError: 'set' object is not subscriptable. 3 CSV files 0.00
How to append value in order to every tuple within a list? +0.39
Get TypeScript type of member of readonly array element 0.00
HashMap (Open Addressing) Implementation VERY slow 0.00
String reverse function is not working for odd length strings -0.67
How can I make Minimax/Alpha-Beta pruning prioritize shorter paths? 0.00
I cannot understand why sum(df['series']) != df['series... 0.00
Child class cannot use subtype property in place of the parent clas... -0.62
Divide a python list into subsets of lists (the smaller the number... +0.72
Time and Space analysis in python -0.09
Python list.clear() time and space complexity? -0.49
how to exclude the existence of a line 'segregating' a set... 0.00
Need to permute list with order mattering after first two elements 0.00
Is there some efficient algorithm to merge k sorted arrays in O(1)... 0.00
How to find the cheapeast combination of products to buy from multi... -0.52
Why should I use Deque over Stack and LinkedList over Queue? 0.00
How to access keys of javascript objects dynamically in typescript 0.00
What is the point of matrix reduction in Branch & Bound problems? 0.00
Algorithm to sort one list simultaneously by two comparison functio... 0.00
Testing whether a word can be made using parts from a list 0.00
How do I handle such list inputs? +0.09
String creation in local method and heap memory -0.64
Will the stack be empty after this code executes? 0.00
Closing a game window depending on a counter variable +0.36
How to get the indexes of the elements in a Stream? +1.69
how to get the variable from an any() function -1.31
Linear sorting using additional data structure (O(1) to find median... 0.00
Why can TypeScript not determine that a variable is defined after a... +2.54
Why java Set.contains() is faster than String.contains()? +2.90
How to convert fractional seconds to milliseconds? +0.40
Question about encapsulation with example question +1.97
typeof result, when stored in a variable, is not longer used by TS... 0.00
i want to match Something<alive> (match <alive> and the... -0.14
Squares of a Sorted Array, why sorted() method is faster than O(n)... +0.52
Does order matter in Python's swap notation? (a, b = b, a) -1.37