Vaidya ( Linear Programming)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O((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

1989

Reference

https://ieeexplore.ieee.org/document/63499