Skip to content

Commit 06e3002

Browse files
authored
Refine doc for clarity and consistency
1 parent 6e1396b commit 06e3002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Boolean Expression Minimization
22

33
```console
4-
Canonical form: A standard representation of Boolean expressions used to demonstrate equivalence between different forms.
4+
Canonical form: A standard representation used to demonstrate equivalence between different forms.
55
```
66

7-
This browser-based tool simplifies Boolean expressions by converting them into their canonical form. It accepts a JavaScript oracle function, truth table, or DIMACS SAT instance (CNF or DNF) and produces a minimized JavaScript function, truth table, DIMACS CNF or DNF instance, logic circuit diagram, or Karnaugh map.
7+
This browser-based tool simplifies Boolean expressions by converting them to their canonical form. It accepts a JavaScript oracle function, truth table, or DIMACS SAT instance (DNF or CNF) and produces a minimized JavaScript function, truth table, DIMACS SAT instance, logic circuit diagram, or Karnaugh map.
88

99
![](lib/screenshot.png)
1010

11-
Minimization uses the Quine-McCluskey algorithm, which is NP-complete with exponential time complexity.
11+
Minimization uses the Quine-McCluskey algorithm, which is NP-complete and runs in exponential time complexity.
1212

1313
## Logic Circuit Renderer
1414

0 commit comments

Comments
 (0)