You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
371 B

5 months ago
  1. \item How many nodes does a \textit{Reduced Ordered Binary Decision Diagrams (ROBDDs)} for a Boolean formula with $n$ variables have, in worst-case?
  2. \begin{itemize}
  3. \item[$\square$] $2n$
  4. \item[$\square$] $\mathcal{O}(n^2)$
  5. \item[$\square$] $\mathcal{O}(2^n)$
  6. \item[$\square$] $2^{n+1}-1$
  7. \item[$\square$] $n^2$
  8. \item[$\square$] infinitely many
  9. \end{itemize}