DEV Community

Discussion on: 20+ basic Algorithms Problems from Coding Interviews

Collapse
 
clavinjune profile image
Clavin June

You can do swap better with XOR operator tho.

Collapse
 
javinpaul profile image
javinpaul

Yes, indeed, that's a nice trick for swapping. It's always better to bring such kind of alternative solution on real interviews, thanks for suggesting that.