Skip to content

YorkWaugh/simple-logic-simplifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Simple Logic Simplifier

A simple logic simplifier that outputs simplified Boolean logic expressions from the input truth table.

Supports the processing of irrelevant terms, the algorithm idea comes from Quine-McCluskey algorithm.

This is my data structures course design. Due to my limited level, I take a more complex implementation, such as the use of a large number of recursion, and the program may contain errors. Welcome to correct it.

About

Converting a truth table to a logical expression

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages