Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
David Eisenstat
David Eisenstat has asked
0
questions and find answers to
468
problems.
Stats
8.8k
EtPoint
2.3k
Vote count
0
questions
468
answers
About
Senior Software Engineer at Google, previously CS PhD at Brown. Not speaking for either institution.
David Eisenstat questions
David Eisenstat answers
Monte Carlo integration to find pi with a certain precision in FORTRAN
What is the best & worst time complexity Of KMP algorithm
set with average O(1) for add/remove and worst max/min O(log n)
Chu-Liu Edmond's algorithm for Minimum Spanning Tree on Directed Graphs
Efficient sum of expensive rolling window products
What is the difference between divide and conquer, and branch and reduce?
What is the most efficient algorithm for solving the cell-sum puzzle?
Where to start when proving correctness of algorithms
Construct infinite sorted list without adding duplicates
Calculating the Recurrence Relation T(n)=T(n-1)+logn