Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Releases: ShaanCoding/Boolean-Expression-Solver

Boolean Expression Solver 1.0.0.1

09 Feb 08:27
Compare
Choose a tag to compare

Boolean Expression Solver

This application is version 1.0.0.1 of the Boolean Expression Solver. A simple expression solver coded in C# using WPF. The purpose of this program was to help me learn WPF as well as utilize reverse polish notation and the shunting yard algorithm. This application takes a Boolean expression as an input and outputs its corresponding truth table.

New Features

  • Added the ability to create a truth table of the boolean expression
  • Added the ability to evaluate the truth table stating if a combination of expressions will result in a true or false expression
  • Added the ability to evaluate AND OR XOR and NOT logic expressions
  • Allows the ability to evaluate N number of expressions

Bug Fixes

  • N/A

Improvements

  • N/A

Other Changes

  • N/A