Tag Archives: C

Swap variables without temporaries (XOR swap)

Swapping variables has always been a bit of an annoyance while programming. It doesn’t matter whether you code in C, Java, MIPS, or any other language, you’ve really only had one way to swap variables.

Posted in Programming, Random | Tagged , , , , | Leave a comment