Boolean Algebra in 10 Mins! | Byte Sized

preview_player
Показать описание
Welcome to Byte Sized Boolean Algebra! In this video I give you an overview of what boolean algebra is, all of the relevant operators, and Disjunctive and Conjunctive Normal Form (DNF & CNF).

Рекомендации по теме
Комментарии
Автор

Great video. I love the inserted "two" at 5:41 😅

I mean, i liked the explanation of boolean algebra as well, and I will be thinking more on it while building some code!

JoshuaPack
Автор

DeMorgan's is also really useful when you have a bunch of isFoo type methods, and you want to rewrite your condition to something more readable (or with better short-circuit behavior)

MorgenPeschke
Автор

nice refresher, actually i didn't knew about the implies logic even after 4 years of cs.

nishadhsingh