Academic Course Project for Fundamental of Programming Lab (CSE-1211), University of Dhaka
-
Updated
Nov 13, 2018 - C
Academic Course Project for Fundamental of Programming Lab (CSE-1211), University of Dhaka
Boolean function simplification algorithm using the Quine-McCluskey method in C++
The program is a simple console-based CRUD (Create, Read, Update, Delete) application written in C++. The program allows the user to add, list, update, and delete employee records. The program uses two vectors, `EmpID` and `EmpName`, to store the employee ID and name respectively.
Add a description, image, and links to the bolean-functions topic page so that developers can more easily learn about it.
To associate your repository with the bolean-functions topic, visit your repo's landing page and select "manage topics."