Skip to content

Computes a decision tree with the smallest number of nodes of a given Boolean function. Complexity 3^n if there are 2^n arguments to the function.

Notifications You must be signed in to change notification settings

esraiak/decision_trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

decision_trees

Computes a decision tree with the smallest number of nodes of a given Boolean function. Complexity 3^n if there are 2^n arguments to the function.

See the example in the file foo.pdf!

About

Computes a decision tree with the smallest number of nodes of a given Boolean function. Complexity 3^n if there are 2^n arguments to the function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages