StackRating

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

Daniel

Rating
1487.03 (4,454,173rd)
Reputation
1,146 (137,970th)
Page: 1 2 3 4 5
Title Δ
Can I sort an array in O(n) if all values are positive and with dig... -0.91
Convert array of double's to array of longss such that relativi... 0.00
How to generate puzzles to 'crack the code'? +2.15
THE JOSEPHUS PROBLEM? (concrete mathematics) 0.00
graph to find shortest path to origin using nodes I visited +0.02
Grid - Obstacle / How to Calculate "Field of view" +2.49
How to check if given set of nodes is the vertex cut set of the gra... +0.52
Print only those numbers that are double of another number in the a... +0.71
Minimum cost solution to connect all elements in set A to at least... +2.39
How do I output all numbers with a given amount of divisors? (C++) +0.53
Turning a Matrix into a Vector -1.63
Bipartite Graph or not 0.00
2D matrix, find all the numbers on a straight path between two numb... +0.35
Convert undirected graph to bi- directed graph 0.00
In Disjoint Set Union (D.S.U.), why do we make the smaller sized su... +0.02
Fix Parentheses Algorithm 0.00
Unity C#: change what a button does via a script +0.49
how could I find the recurrence of this algorithm? -2.03
Solving the recurrence T(n) = T(n / 2) - T(n / 6) + O(lg n) using t... -0.43
Logic to create a number sequence repetitively 0.00
Efficiently computing all the perfect square numbers for very large... 0.00
Maximize number of substring such that no substring has characters... +2.24
How can I get the remaining time left on a Unity coroutine? -0.47
2D Projectile Trajectory Prediction(unity 2D) +0.53
Is normal that I use a lot of structs in C++? -1.74
Find maximum product using recursion -0.22
Remove min for K sorted doubly linked lists in O(logk) time -0.48
Algorithm to find a solution for A xor X = B + X -0.15
Find the max value of the same length nails after hammered -0.99
Finding the maximum value when adding number to a given N (JavaScri... +0.45
Given a series of varying widths and a point, find the width contai... 0.00
Find highest frequent element (the smallest one if possible) and it... 0.00
I calculated this simple loop complexity incorrectly, how to calcul... 0.00
how to divide multiple numbers? 0.00
Given two sequences, find the maximal overlap between ending of one... +0.71
How would I write an algorithm to find the greatest jump from numbe... +0.09
How can I print a modified asterisk triangle pattern using recursion? 0.00
Runtime analysis of dependent nested for -0.98
Searching triplets in two arrays 0.00
How to tweak this melee script to be more responsive? +1.38
How to calculate the new camera position and rotation in a 3d space... 0.00
I'm confused about space complexity +2.85
Finding number of paths between two nodes in a directed acyclic graph -3.86
finding all possible rectangle placing possibilities +4.45
Why is the successor of a BST node defined as the one larger than t... 0.00
Example of O(n!) algorithm without recursion -1.69
How fast is this naive prime factorization algorithm? 0.00
How to reverse my input including the negative -0.50
Why is Big O notation for constant time execution O(1) instead of O... +0.54
How to convert an M-dimensional array to an N-dimensional array? +0.16