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 ... 4 5 6 7 8 ... 21
Title Δ
Reducing the complexity/computation time for a basic graph formula 0.00
float division by zero Python +0.02
Java, sorting analysis. Heapsort, Quicksort1, Quicksort2, Mergesort... -2.41
What is the fastest way to check for existence and get random eleme... +0.34
How to solve a recurrence relation by unrolling? -0.41
A calculator with no if's +1.24
List comprehension where the condition depends on the list being ge... -1.16
Why can I not unpack two lists into a format string within a for lo... +0.35
Is there a "all" or "any" operator for boolean... -1.08
why is this assignment not allowed in Java generic 0.00
Check for existence of at least one string in a list 0.00
Find which element of list is a key in a dictionary and what is it&... +1.21
Most efficient way of adding objects together 0.00
Finding if the x and y coordinate is within a view is enclosed by t... +1.06
Exact math with big numbers in Python 3 +1.67
How to check if string contains chars which are not in a list? +0.99
Type for intersection of all return types with list of functions 0.00
How does ConcurrentHashMap.get() prevent dirty read? 0.00
Python: How do I modify iterator value after some condition in '... +0.36
Static type analysis with Python dicts +1.77
How are array elements stored when the array has null elements? +0.36
When would an 'is' predicate ever be needed, as opposed to... 0.00
Why does Stream.reduce take BinaryOperator<T> rather than BiF... +0.88
How would you find the maximum number a string has been repeated co... +1.39
Java's unsigned bitshift right (>>>) is signed shifting +0.36
How to generate three unequal numbers? -0.34
Append a function and its arguments to a list without calling the f... +0.99
Asymptotic Notation: Proving Big Omega, O, and Theta 0.00
Counting Amount of subsets from a set 0.00
Best way to make decorator for unique class instances Python 0.00
confusion related to implicit contructors and constructor chaining +1.48
Search index with python without a loop +0.96
How to relate one type to another type in TypeScript -1.18
automatically convert string to appropriate type +1.91
Can I use a conditional type on a function to indicate a return val... +1.84
Sort a list by presence of items in another list +1.31
Dropping the less significant terms in the middle of calculating ti... -0.14
Why is it mandatory to initialise static final variables? +0.37
How can I convert the string [1,2,3,4,5] into an integer array? -1.27
Need random value from last x elements in a list -0.49
how compare Double.MAX_VALUE 0.00
Is there any programming language where you can forbid class castin... 0.00
Sock merchant Problem: i am trying to do this with a different appr... -0.48
Typescript: Define object type without defining types for keys to g... 0.00
How to demonstrate the correctness of a program with a while cycle... 0.00
How do you list keywords as conditions more effectively? -1.17
Typescript type lost after spreading -0.34
Is there a more simple way to convert a string of sequence of numbe... +0.27
List comprehension with two outputs 0.00
python how to make sequential combinations +0.11