Hacker News new | ask | show | jobs
by susam 3557 days ago
De Morgan's laws! I am sure people use it routinely to simplify complicated boolean expressions while writing code or mentally simplify complicated boolean expressions while reading code.
1 comments

And then you can probably reduce it with a Karnaugh map. It's pretty neat.