Minimum value in each row of an implicitly-defined totally monotone matrix
Given a totally monotone matrix whose entries are implicitly defined by some function (assume takes constant time to evaluate for all relevant ), determine the minimum value in each row.
Parameters
- : dimensions of matrix; assume
- possibly uses a function to define entries; assume evaluation of takes time
Filters
Computational Model
Randomization
Approximation
Algorithms Table
Displaying 3 of 3 algorithms
| See more | ||||
|---|---|---|---|---|
| SMAWK algorithm | 1987 | |||
| Divide and Conquer | 1987 | O(m*log(n)) | O(log(n)) auxiliary | |
| Naive algorithm | 1940 |
Reductions Table
Insuffient Data to display table
Other relevant algorithms
Insuffient Data to display table