0
kicks
Reverse a string in C# and bitwise XOR
Showing the principle of XOR with reversing a string in C#. It's also pretty fast.
Because bitwise operations should be common knowledge for every developer out there.