Smith (2-dimensional Maximum subarray problem): Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O( | $O(log^{2} n)$ | ||
== Space Complexity == | == Space Complexity == | ||
words | |||
( | () | ||
== Description == | == Description == | ||
Line 23: | Line 23: | ||
== Model of Computation == | == Model of Computation == | ||
PRAM (not sure which type) | |||
== Year == | == Year == |
Revision as of 08:56, 10 April 2023
Time Complexity
$O(log^{2} n)$
Space Complexity
words
()
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
PRAM (not sure which type)
Year
1987
Reference
https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/pii/0167642387900347