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 6 ... 20
Title Δ
How to Maintain Proto Files? -2.38
Finding two integers appearing in all pairs 0.00
Attempting to define a non fixed argument function in C 0.00
How to calculate percentages of poker hands when the program knows... +0.36
Python code to compute three square theorum +0.59
Prove formally that n^n is Ω(n!) 0.00
How to do versioning in Go when adding a variadic parameter to a co... -2.04
Convert []byte array to uintptr -0.12
go program to compare two arrays and store the matching elements in... -0.14
Different byte array for same string in golang and python 0.00
Count ways of coloring m grey blocks with red color, in which red b... +2.11
Computing complexity of a function given recurrence relation 0.00
Is it possible to find an unknown constant XORed with an unknown ar... +1.32
how to convert an if-else statement to a linear programming constra... 0.00
Alternative algorithm for integral calculation inaccurate 0.00
Prove or disprove: it is asymptotically faster to square an n-bit i... 0.00
Task on the number of iterations +1.14
Time complexity for square root using Newton's method -0.63
How to find out the number of possible ways of adding 1 2 and 3 to... +0.38
Dynamic Programming - Washing Cars -0.12
Why are go tests suddenly requiring "gcc"? 0.00
Drawing consisting of two linked lists with pointers and values 0.00
time complexity : why O(nlogn)? 0.00
I can solve linear recurrence problem like f(n)=f(n-1)+3*f(n-3) usi... -0.13
Reducing time complexity for the given problem +0.97
Double checked locking in golang - Why mutex.RLock() is required? +1.65
Algorithm to find out the number of 1's in the binary represent... +1.62
Count the semiprime numbers in the given range [a..b] +0.40
How to resolve "unsupported" error from expect library 0.00
Time complexity for hash tables when inserting and searching -2.08
Why is it assumpted that the time-complexity of multiplication by n... 0.00
Algorithm - How to find the Kt'h element in O(K) and with build... 0.00
Big O notation- having hard time proving it 0.00
Kleene star semantics and set comparison 0.00
How to find the longest contiuous subarray whose XOR is 0 0.00
Calculate possible image dimensions from pixel count 0.00
Generate a list a(n) is not of the form prime + a(k), k < n +2.22
Why is this loop (C) producing a segmentation error? +0.37
I am interested in a more optimized solution for sum of all fizzbuz... 0.00
Calculating the possibility of two digits +1.10
Confused about go syntax 0.00
How Do I Optimize This Algorithm To Handle Large Integers? -0.99
Why does assignment in a binary search algorithm not add to the tim... -2.61
Why Time complexity of Fibonacci using for loop is O(n^2) and not O... 0.00
how many numbers between 1 to 10 billion contains 14 -0.32
Codility: MaxZeroProduct - complexity issues +0.38
Possibilities to construct 2^n height tower with 2x2 base of 2x1x1... 0.00
Find modulo of large number with large number +0.38
Why would someone define macros for first parameter including comma... +2.52
Why does the AND, OR operator gives one sided output for data types... +0.37