micodell's Stars
DanBokhari98/Graph-GUI
Project for data structures
Dest76ter/MineSweeper-using-Python-Tkinter
This Minesweeper game is built using Python and tkinter for the graphical user interface. It employs a Depth-First Search (DFS) approach to reveal cells, adding a strategic twist to the classic game.
TheAlgorithms/Java
All Algorithms implemented in Java
ayushmaanbhav/quinemccluskey
QUINE-MCCLUSKEY METHOD for simplifying boolean expressions
vanisrimursha/Boolean_Calculator
QuartzAl/7-segment-PCB
bharatrajpurohit/Quine-Mccluskey_algorithm_implementation
C Implementation of quine mccluskey algorithm to reduce minterms and get minimal boolean expression
DentAlpha/Minimisasi-Quine-McCluskey
codeprof/Quine-McCluskey-minimizer
simplifies boolean functions with Quine-McCluskey algorithm
bp274/Tabulation-method-Quine-McCluskey-
C Program for implementation of tabulation method
ico2k2developer/Boolean
C library for storing up to 8 boolean values in a byte instead of using 8 bytes
jfsimon1981/boolean
Simple boolean operations
xant/libexpr
Tiny C library to represent and solve arithmetic and boolean expressions
davidad/nodes
Hacker School project representing Boolean algebra in interesting ways
jes/ttgen
Truth-table generator for boolean logic expressions.
rose/boolean-calculator
A boolean calculator in C
trucnguyenlam/c2boolean
Translation from C program to Boolean program
pepsipu/ban
Boolean Algebra Notation is a programming language that allows the execution of Boolean expressions.
uzum/dpll-sat-solver
a boolean satisfiability solver with DPLL algorithm
Es1chUbJyan9/32bit_Quine-McCluskey_and_Petrick_Method_in_C
32bit Simplifier of Boolean functions