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