Skip to content

wguner/Binary-Decision-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Binary Decision Tree

using pyeda library.

A binary decision diagram is a rooted, directed, acyclic graph.

Nonterminal nodes in such a graph are called decision nodes and these nodes are represented by a boolean variable and has two child nodes.

BDDs are a Shannon expansion used for data compression. For further reading on Shannon-Fano Algorithm https://www.geeksforgeeks.org/shannon-fano-algorithm-for-data-compression/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages