Algorithm to represent Decision tables

Posted by driveBy on Stack Overflow See other posts from Stack Overflow or by driveBy
Published on 2010-05-29T15:30:32Z Indexed on 2010/05/29 15:32 UTC
Read the original article Hit count: 387

Filed under:
|

What would be the best algorithm to use if you wanted to store Decision tables in code, i've looked at the Adjacency matrix and Binary tree would anyone consider this to be the right direction? What other choices to I have?

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about design-decisions