712 - S-Trees
Posted: Fri Jan 19, 2007 11:15 am
for the following input:
both of the following outputs result PE:
Output 1
Output 2
why? please give suggestions on how to fix it!
Code: Select all
3
x1 x2 x3
00000111
4
000
010
111
110
3
x3 x1 x2
00010011
4
000
010
111
110
0
Output 1
Code: Select all
S-Tree #1:
0011
S-Tree #2:
0011
Code: Select all
S-Tree #1:
0011
S-Tree #2:
0011