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 2 3 ... 32
Title Δ
Backtracking in Go to find all paths in Directed Acyclic Graph, pro... 0.00
vehicle route problem with pick up and delivery 0.00
When should we use soft-O, soft-Omega, soft-Theta 0.00
How does my randomly partitioned array look in the general case? 0.00
Amortized cost vs worst case 0.00
Finding a Spanning Tree Using other Spanning Trees of 𝐺=(&#... +1.22
When does FIFO win over LRU replacement algorithm? +0.28
Setting turn variable before enabling the flag in Peterson's al... 0.00
Optimal combination of “baskets” to best approximate target basket? 0.00
Dependent probabilities find out the different combinations of roll... 0.00
Point Clustering algorithm 0.00
Calculating sub array sums with a Fenwick tree 0.00
Is there any way to merge two (or multiple) for loops to reduce the... 0.00
Connectivity of a graph in java 0.00
Why does python use Karatsuba algorithm for its multiplication? Isn... 0.00
How to construct a Red-Black tree representing K in O(lg n) 0.00
Problems with pattern "Barrier" 0.00
Disproving asymptotic lower bound of central binomial coefficient 0.00
Algorithm for calculation of future good amounts with complex produ... -0.18
Getting Wrong Answer on CSES Problem Set Hotel Queries 0.00
Dijkstra time complexity with C++ pq 0.00
induction proof for T(n) = T(n/2) + clog(n) = O(log(n)^2) 0.00
How to sort round robin tournament with maximum rests per player? +1.60
How to divide a set into two sets such that the difference of the a... +1.21
What's the best algorithm for extracting all unique, complete s... 0.00
How to maximize the number of teams of 3 players -0.71
Optimization Problem on files split based on size 0.00
Minimum platforms 0.00
What is the most performant method to calculate the sum of lcm(i, j... +1.19
Programming Logic/Psuedocode 0.00
Knuth-Pratt-Morris algorithm for real time 0.00
What is the network flow problem that corresponds to this project s... 0.00
Proof that using adjacency matrix for bipartite testing has Ω(n^2) 0.00
Number of even XOR-ed subarrays +0.77
Optimal way ( less than O(n^2) ) to check for number of triplets wh... +0.83
Algorithm to precisely compare two exponentiations for very large i... 0.00
find the most valuable vertex among all reachable vertices -1.73
Sample given points stochastically in a 3D space with minimum neare... +0.62
Dijkstra and one question on analysis, is it related to implementat... 0.00
I'm trying to write a short program to find an ideal domino cha... +1.18
Understanding a python code for a max flow problem 0.00
What's the best time complexity of a queue that supports extrac... +0.55
Biggest non-contiguous submatrix with all ones 0.00
N-Queens II using backtracking is slow -0.89
Optimizing this "coincidence search" algorithm, for speed 0.00
Making a list of outermost circles on a plane +0.29
Deciding between a Priority Queue and Sorting Algorithm -0.48
How do I encode the bin-packing problem into chromosomes for a gene... 0.00
Path that gets within given distance of each point in order +0.27
Given an array of n numbers find all the ways of inserting "+&... 0.00