Computer Science & C Programming


Encoding: Boolean operators

  1. Negation: !b

  1. Conjunction: b1 & b2

  1. Disjunction: b1 | b2

  1. Memoization (with latch)

6 - 15