|
CS 3343/3341 Analysis of Algorithms Fall 2012 Recitation 2 Recursion, Etc. Week 2: Sep 4-6 Due (on time): 2012-09-10 23:59:59 Due (late): 2012-09-14 23:59:59 |
Recitation 2 should be submitted following directions at:
submissions with deadlines
|
+---+---+------------+-------------+--------------+ | 1 | 2 | column 3 | column 4 | column 5 | +---+---+------------+-------------+--------------+ | a | b | a1=a xor b | b1=a1 xor b | a2=a1 xor b1 | +---+---+------------+-------------+--------------+ | 0 | 0 | 0 | | | | 0 | 1 | 1 | | | | 1 | 0 | 1 | | | | 1 | 1 | 0 | | | +---+---+------------+-------------+--------------+ |