StackRating

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

Paul Hankin

Rating
1586.02 (2,567th)
Reputation
33,064 (3,578th)
Page: 1 2 3 4 5 ... 20
Title Δ
Temporal complexity on mergesort is constant 0.00
What does `impl<'a, T: 'a>` mean (difference between... +0.74
What is the time complexity of clearing a heap? 0.00
Can the efficiency of an algorithm be modelled as a function betwee... 0.00
stdout to disk file, with frequency limitation 0.00
What is the Time Complexity for sorting all elements of ⌈logn⌉ sort... 0.00
Create an algorithm for computing the shortest path with constraint... -0.11
How the value of T(1,0)=T(0,1)=3 in the Random sheepwalk problem? 0.00
Finding possible big theta for a given runtime function f(n)=O(n^2)... -1.31
Why this code showing different output as when working on online co... 0.00
In a binary tree, for every node the difference between the number... -0.65
Which ctx should I use in run parameter of hystrix.Do function of h... +1.64
Multiple versions of go 0.00
Convert just a hue into RGB 0.00
There is always a "Nothing" byte at the end of file 0.00
How do you use Golang's cgo with C libraries that link to math.h? 0.00
Complexity of Subset sum algorithm with some extra conditions 0.00
Why is the asymptotic complexity analogy not working? 0.00
What is the difference between type Declaration and type Definition... +0.78
How to cancel a deferred statement +2.37
Why does reflecting the name (or package path) of the error type ca... 0.00
What's the runtime complexity of this code which contains four... -0.60
How can I increase the accuracy of Fibonacci implementation for lar... +1.63
What will be the output of this program 0.00
Designing an algorithm for making shapes 0.00
Solving the recurrence T(n) = T(n / 2) - T(n / 6) + O(lg n) using t... +0.87
Fast doubling and fibonacci algorithm explanation +0.36
Probabality that given given sequnce has a value 0.00
How to determine time complexity of below code 0.00
Finding all Coprime subset upto a number N 0.00
Algorithm to pick elements of collection to achieve average price 0.00
CustomFormatter for logrus in Golang to display filename and line n... 0.00
Look for a data structure to match words by letters +0.37
Number of ways to sum n numbers to k with restrictions +1.57
possible solutions for the given equation 0.00
Recursion for Integer Partitioning using numbers only once in Pytho... 0.00
Algorithm: shortest travelling route between 10 cities 0.00
How to avoid running particular test with -run flag without skipping? 0.00
Stuck on problem 8 of project euler, getting wrong answer but the c... +1.93
Is assigning value to a struct atomic in go? 0.00
Rate limit with golang.org/x/time/rate api request -2.37
Find if a small matrix exists in a big matrix in O(n) -0.28
I'm looking for an algorithm to calculate the second color usin... 0.00
How to write a file in specific data volume 0.00
How to count the presence of a set of numbers in a set of intervals... +1.54
How to reduce return type verbosity 0.00
Why Leetcode initializes a static variable in C to 0? 0.00
Is it possible to create back DAG from given all possible topologic... 0.00
Daily Coding Problem 316 : Coin Change Problem - determination of d... 0.00
What is the correct way to type-cast a number? 0.00