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

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