Swapping Nibbles in Java: A Small Bit-Manipulation Problem That Taught Me to Slow Down
Share

A few days ago I ran into a problem that looked almost too simple to bother writing about: given a byte, swap its two nibbles.

 

 A few days ago I ran into a problem that looked almost too simple to bother writing about: given a byte, swap its two nibbles.Continue reading on Medium » Read More Java on Medium 

#java

By ali

Leave a Reply