Updated the concepts cloud

This commit is contained in:
2026-01-04 17:13:33 +00:00
parent d841a6d615
commit 3c2e04f941
7 changed files with 53 additions and 16 deletions

View File

@@ -2,6 +2,7 @@
:ID: F32F8F09-3DEC-4FD1-8CFA-401A316E906B
:END:
#+title: xor
#+filetags: :maths:notes:
XOR stands for exclusive or. It is a logical operation that outputs true only when the inputs differ (one is true, the other is false). If both inputs are the same (both true or both false), the output is false.