Smith (2-dimensional Maximum subarray problem): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
== Time Complexity ==  
== Time Complexity ==  


$O(n^{3})$
$O(log^{2} n)$


== Space Complexity ==  
== Space Complexity ==  


$O(log n)$ auxiliary? words
words


(divide-and-conquer)
()


== Description ==  
== Description ==  
Line 23: Line 23:
== Model of Computation ==  
== Model of Computation ==  


Word RAM
PRAM (not sure which type)


== Year ==  
== Year ==  

Latest revision as of 10:43, 28 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/science/article/pii/0167642387900347