Skip to content

This is a program for generating truth table upto n variables.

License

Notifications You must be signed in to change notification settings

Somanshu-Mahajan/Truth-Table-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truth-Table-Generator

This is a program for generating truth table upto n variables

But due to limit of console and jvm it can't go upto higher variables

Time and Space complexity - O(2^n * n)

To run

javac TruthTable.java
javac Main.java
java Main

About

This is a program for generating truth table upto n variables.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages