QuantumKatas/TruthTables
Alex Hansen 4e74bcdf70
update QDK version (#892)
2023-09-19 11:43:09 -07:00
..
README.md Remove most links to mybinder.org and add notes about its reduced capacity (#887) 2023-06-08 09:06:01 -07:00
ReferenceImplementation.qs Remove type concretization from type parameterized calls (#668) 2021-10-07 09:19:20 -07:00
Tasks.qs Fix links to Q# docs broken by migration to /azure/ (#607) 2021-03-23 17:25:39 -07:00
Tests.qs Update to 0.15 syntax, batch 3 (#593) 2021-01-30 11:36:00 -08:00
TruthTables.csproj update QDK version (#892) 2023-09-19 11:43:09 -07:00
TruthTables.ipynb [TruthTables] Finish the workbook tasks 9-10 (#841) 2022-10-24 12:54:07 -07:00
TruthTables.sln Replace project references with package references (#469) 2020-08-27 14:41:09 -07:00
Workbook_TruthTables.ipynb [TruthTables] Finish the workbook tasks 9-10 (#841) 2022-10-24 12:54:07 -07:00

README.md

# 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