Skip to content

DFS-based algorithm to check whether boolean function is monotone or not

Notifications You must be signed in to change notification settings

vanerk03/MonotoneFunction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

MonotoneFunction

DFS-based algorithm to check whether boolean function is monotone or not

Time complexity of the algorithm is O(n \cdot (2^n)) where n is arity. There is no proven algorithm that performs better in terms of time complexity.

About

DFS-based algorithm to check whether boolean function is monotone or not

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages