StackRating

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

merlyn

Rating
1559.45 (5,706th)
Reputation
1,740 (95,239th)
Page: 1 2
Title Δ
Fastest algorithm to lookup which triangles share a vertex 0.00
What could be the algorithm for ordered 9 digit problem? +3.29
Can't we find Shortest Path by DFS(Modified DFS) in an unweight... +4.03
How do I read a procedure (lambda) from input? 0.00
how the base case D[0] is one where D[n] is the number of ways n ca... +1.25
Why is the time complexity of Heap Sort, O(nlogn)? 0.00
Time Complexity for binary permutation representation of n bits +4.30
Arranging 1's and 0's in an array together +3.87
Disjoint set implementation in Python 0.00
Floyd-Warshall algorithm on a directed graph in which every edge... 0.00
how to handle this error generated in doing sicp exercise 4.9? 0.00
Sorting array A in o(nlogn) +3.55
How to get a string of the FEN position 0.00
How to caculate the probability of this cell is mine 0.00
About definiteness of definition of algorithm? -1.68
Algorithm A-star with rotation 0.00
Sorting a dictionary by value from greatest to least 0.00
The usage of @property and @value.setter +4.22
Binary Tree Bin Packing Algorithm in C 0.00
The running time complexity of BFS for unconnected and indirected g... -0.22
What type of array sorting algorithm is this? 0.00
Trying to understand how not to add elements to a list -4.65
Space complexity of recursive function (Time & Space) 0.00
Nested lists in python containing a single string and not single le... +3.47
how to get column, row number based on value in matrix from numpy -4.87
AttributeError: 'list' object has no attribute 'id' 0.00
nth Prime, and Prime Factors +3.06
get object on which a method was called in Python +3.65
Randomized quicksort recursion depth 0.00
Children Sum Parent in a Tree 0.00
Get the first elements of a list of tuples +3.47
csv dictionary does not reset to the beginning when looping through... +0.27
Randomized quicksort partitioning probability 0.00
PyGame paddle board not moving +3.67
Minimum Weighted Path Tree of an Undirected Graph +3.75
Optimal runtime for simple compression scheme 0.00
Haskell: Convert String representation of Integer List of Lists to... 0.00
Array partition using dynamic programming +3.85
How is the accuracy calculated in Cristian's method for synchro... 0.00
Different output from dfs iterative and dfs recursive 0.00
Find the largest subarray with all ones +0.49
trying to idiot proof my python battleship +3.75
How to get parent path of lxml.etree._ElementTree object 0.00
How can I generate a list of numbers which are not divisible by 3 i... 0.00
Check if an argument is a dotted pair and not a list -2.99
Merge two list randomly returns a strange merged list +3.60
How to output a comment using display 0.00
Understanding map pattern for n-ary operations on n lists in Scheme -0.23
Parsing XML with lxml.objectify.Getting error 0.00
Returning two parts of a list as a pair 0.00