Liu (Decisional BCNF BCNF Decomposition)
Revision as of 10:53, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(kn^{2})$ == Space Complexity == $O(n)$ words (Derived: Creates an auxiliary database) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1992 == Reference == https://doi.org/10.1016/0950-5849(92)90028-N")
Time Complexity
$O(kn^{2})$
Space Complexity
$O(n)$ words
(Derived: Creates an auxiliary database)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1992