Skip to content

Latest commit

 

History

History
 
 

TruthTables

Welcome!

This kata provides an introduction into representing Boolean functions in terms of integers, in which each bit represents a truth value for some input assignment.

Theory

  • Boolean function manipulation based on integers is discussed in the book Hacker's Delight by Henry S. Warren.

Q# material