It was said that delay is important in this project, and should be kept as low as possible.
However, in exercise 2, it also says to use a minimal number of gates.
There are two solution options: one with lower delay and more gates, and one with less gates but higher delay (using c[i-1] to calculate c[i]).
I wanted to ask which is intended here.
