Dose anyone know where can i find BDD (Binary Decision Diagram) Algorithm?
If you need a graphing tool for visualizing a Truth Table, One tool you should consider is Graphviz
. BDD
is essentially a graph, and the graphviz package has several built-in algorithms for graphing that you can try. It is also a de-facto graphing in many academic institutions.
BDD example from wikipedia, using graphviz: