StackRating

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

David Eisenstat

Rating
1664.20 (376th)
Reputation
39,048 (2,876th)
Page: 1 ... 25 26 27 28 29 ... 32
Title Δ
Finding bridges in graph without recursion 0.00
Appropriate graph representation for network flow algorithms +1.94
How to efficiently check whether it's height balanced for a massive... 0.00
Best algorithm for series expansion of Rational function +0.41
Depth-First Search vs. Breadth-First Search +1.81
Count of squarefree numbers in range +0.18
Fastest Algorithm for Finding a Minimum Set Cover 0.00
Updating a tree and keeping track of the change in the nodes of som... 0.00
looking for better bound to stop earlier in set cover 0.00
Rearrangement with bounded element movement 0.00
How to find longest constrained subsequence 0.00
sum of absolute differences of a number in an array -1.08
Why in a heap implemented by array the index 0 is left unused? -0.55
Pseudocode or algorithm for finding 'n' sets that have the most uni... -0.46
Finding the smallest set of rectangles that covers the given rectil... -0.08
Graph theory: shortest path with vector weights +0.39
Traversing through an adjacency matrix for Prim's MST algorithm 0.00
Set of pairs: merge pairs that share one element in common -2.56
multithreaded generation of all numbers in range in random order 0.00
How to minimize a string's length by iteratively removing all occur... +1.41
Calculating a triangular root using add, subtract, and halve +0.41
Boolean convolution algorithm? 0.00
How to identify loosely-connected components of a graph -0.37
Finding maximum possible size of subset given conditions 0.00
Efficiently generating rankings from (in)equalities 0.00
Efficient Hierarchical Reference parsing in XSLT 0.00
Optimized algorithm to find all the local maximum -1.49
how to generate Chase's sequence 0.00
Why can't Prim's or Kruskal's algorithms be used on a directed graph? 0.00
Sparse matrix - matrix multiplication 0.00
Sorting n sets of data into one 0.00
Given multiple static data streams, how to design an optimal schedu... 0.00
simulation theory - how is the sorting only log(p)? 0.00
Finding the ranking of a word (permutations) with duplicate letters 0.00
Flaw in this maximum clique polynomial time approach? 0.00
How can I infer closest relatives from other's family trees, based... 0.00
Can i check if subsequence faster then O(n*n) -0.48
Reasonably quick way of checking for subsets in a list of edges 0.00
Solving a graph game -0.52
Calculating the Recurrence Relation T(n)=T(n-1)+logn -0.96
Merging two partial (jointly overdetermined) sets of ordering infor... -0.79
How to find constants c1, c2 and n0 in a theta proof? 0.00
Calculate number of jumps in Dijkstra's algorithm? +1.91
Number of binary n x m matrices modulo c, with at most k consecutiv... 0.00
How do I generate a sorted edge list for a large, complete, Euclide... 0.00
uniformly split sequence with constraints 0.00
Recurrence of T(n) = T(n/3) + T(2n/3) 0.00
Polynomial-time algorithm for travelling salesman in a grid -0.39
How likely will Tom's bag be heavier than Sally's bag? -1.43
Elevator algorithm for minimum distance +0.16