Vaidya ( Linear Programming): 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((m+n)$^{1.5}*n | $O(((m+n)$n^{2}+(m+n)^{1.5}*n)L^{2} logL loglogL) | ||
== Space Complexity == | == Space Complexity == | ||
Line 27: | Line 27: | ||
== Year == | == Year == | ||
1987 | |||
== Reference == | == Reference == | ||
https:// | https://link.springer.com/article/10.1007/BF01580859 |
Revision as of 09:41, 28 April 2023
Time Complexity
$O(((m+n)$n^{2}+(m+n)^{1.5}*n)L^{2} logL loglogL)
Space Complexity
$O((nm+n^{2})$L)? words
(can be easily derived?)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1987
Reference
https://link-springer-com.ezproxy.canberra.edu.au/article/10.1007/BF01580859