StackRating

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

ruakh

Rating
1679.79 (252nd)
Reputation
133,685 (462nd)
Page: 1 2 3 4 5 6 ... 53
Title Δ
O(E+V) algorithm to compute number of shortest paths between 2 node... 0.00
Binary Search Tree in-order traversal using Iterator & Stack -... +0.29
How does Duval's algorithm handle odd-length strings? +1.07
Why do I get a stack overflow when I include the pivot in recursive... +1.24
partition of array into k contiguous subarrays such that bitwise AN... +1.05
Can volatile be problematic even when there is a single writer thread 0.00
What is a nested and parallel iterator in Java? 0.00
grep for a variable that contains "+" +0.04
Shortest subarray containing all elements without using arrays? +1.07
why does this only run once instead of twice after making it as var... 0.00
What is the difference between "repeatable read" and &quo... 0.00
Time complexity of k-th smallest number using PriorityQueue in Java 0.00
Text Justification Algorithm Memory Leak and also incorrect amount... -0.37
Is it true that using INNER JOIN after any OUTER JOIN will essentia... +1.36
What is the complexity of this while loop? 0.00
writeInt(Integer) overwrites zero -1.61
How do you determine whether a graph G has a spanning tree of weigh... 0.00
Does the output sequence of `std::sample()` follow the order of the... -2.92
Not sure what kind of algorithm this problem requires / what data s... +0.04
Why the character ^ is required in an regex ^(?!.*?spam) to filter... +1.21
Assigning a value to a variable containing a colon in Perl 0.00
Is there a sorted data structure with logarithmic time insertion, d... +0.28
Time complexity of divide and conquer relation +0.28
Finding a Set based on Bit Occurence +0.92
How do I find the maximum probability using dynamic programming? 0.00
How to map 256 unique strings to the integers (0..255) with a memor... -0.92
Issues with understanding Dining table optimal seating algorithm -0.92
How to find the minimum number of operation(s) to make the string b... +0.60
Nearest permutation to given array +1.29
What's the big O for this triple nested loop? 0.00
Sort by two conditions -0.72
find a smaller group of friends from the circle? +0.28
Recommendations for a scoring formula for sorting a location based... 0.00
Syntax error: "(" unexpected error while creating an open... 0.00
How to make nested for loop over two integer ranges? +0.96
Good fix for this algorithmic puzzle code (USACO)? +0.26
Priority Queue Heapify 0.00
Why is it Illegal to create a Pointer to a Pointer that points to a... -0.47
Populating a 7x7 grid based on inner 5x5 values 0.00
String concatenation doesn't work in bash -0.56
how the base case D[0] is one where D[n] is the number of ways n ca... -0.16
Given an array, count the pairs whose sums are multiples of 60 -0.06
Why is it necessary to color the root black after every insertion i... +1.04
SML list option recusion; how to use recursion to output a SOME list -2.10
Is there a simpler way to do a one-line try without catch? +0.79
My string comparisons always evaluate to true 0.00
Do something with each file in subdirectory according to size -2.44
SML: datatype declaration won't allow [] 0.00
Hash attack: find strings of length 2^N with same hashCode() +0.80
How to recursively copy files while removing part of the path +1.02