Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 337 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 337 Bytes

QM-Algorithm

It's the mini-project of the Software Design course in Fudan University. The project offer two interfaces, expr_to_truthtable() and truthtable_to_expr().

  • expr_to_truthtable() gets the expression as input and output the truthtable.
  • truthtable_to_expr() gets the truthtable as input and output the expression.