Logo
RSS Feed

Algorithms

Sliding Window

Sliding window is a little different from two pointer. I personally found it hard to understand how, thus this article.

Sorting Algorithms

Bitwise Magic

*## Logical AND Zero N bits out All you need to do, is to and it with a 0000 0000 mask (for a one byte value in this example).