Master AND, OR, NOT Operations for Search Pruning
Logic gates help prune search spaces efficiently:
TRUE only if ALL inputs are TRUE
Use for: conditions that must ALL be met
TRUE if ANY input is TRUE
Use for: alternative paths in search
Inverts the input
Use for: excluding conditions