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 ... 20
Title Δ
Arduino bitwise runninglight with a single delay 0.00
What is the time complexity for iterating through a map in nested f... +0.38
What is the time complexity of this priorityQueue +1.63
order of growth for loop worst case running time 0.00
Counting number of ways I can have unique numbers in array +1.47
Complexity of the recurrence T(n)=T(n/2)+T(n/2)+n^2? 0.00
function with mutex.Lock that returns before unlocking +1.08
Removing Excessive Loops 0.00
Time Complexity of this Word Break DFS + Memorization solution 0.00
Rubik's Cube: How to check if a random face matches an actual s... -1.43
Which format strings allowed as a fallback? +0.36
Wrong pixel data of bitmap file 0.00
why is my brute force(O((n1+n2)log(n1+n2))) solution faster than th... +0.38
Is it possible to create a LinkedList implementation with O(1) Inse... 0.00
Calculating program running time with outer loop running log(n) tim... -0.34
Egyptian multiplication algorithm complexity? 0.00
errors compare gives unexpected result 0.00
How to use recursion to deal with variable numbers of nested for lo... -0.24
Why is p/n in this equation? -2.43
time.LoadLocation() gives unknown timezone for US/Pacific-New timez... -1.86
Why is strconv.ParseUint so slow compared to strconv.Atoi? 0.00
why does bufio.NewReader does not work proprely when input come fro... 0.00
Binary multiplication with addition 0.00
func with struct pointer return value not matching func with interf... 0.00
template.Execute doesn't pass data 0.00
strange behaviour of goroutines in for loop 0.00
Processing data in chunks with io.ReadFull results in corrupted file? 0.00
Counter that rotates that is safe for concurrent use 0.00
Golang: how to read data inside nested JSON object? -0.19
How to rotate array 0.00
Regular Expression with If Else Condition -2.18
Splitting a rune correctly in golang -2.47
Solving Palindrome problem in Python without using def statement? -2.05
cannot use &ingredients (type *[]foo.bar) as type []*foo.bar in... 0.00
If you have a topologically ordered graph, will a stable sort based... -0.28
What is the purpose of U's like here 0x01U +0.36
C: strcat() terminates program without error -2.19
unable to break out of outer loop in golang 0.00
Undefined behaviour whist concatenating strings in C +1.71
Should I close os.File before calling os.removeAll? 0.00
Dynamic programming - Tree recursion with Memoization +0.37
Can you solve my problem and simplify my code? I could not find out... +0.26
Pointer vs value receiver in Go | heap.Interface vs sort.Interface -0.10
Find out how many distinct triplets of numbers, from give N integer... +0.32
Understanding mutex behviour 0.00
Minimizing an Integer via Subtracting Certain Numbers Repeatedly -0.94
Why is [5, 6, 9] < [5, 7] True? 0.00
Is O(3^n) still written as O(2^n)? -0.14
How can I solve this problem using dynamic programming? 0.00
Setting up a method in go to use a slice of structures +1.19