Technical Blog

Recent posts

Find Peak Element in Java

4 minute read

DSA Java

Find Peak Element is a good example of turning a small-looking problem into a precise invariant. The Java implementation below captures the core idea, so thi...

Pow(x, n) in Java

4 minute read

DSA Java

Pow(x, n) is a good example of turning a small-looking problem into a precise invariant. The Java implementation below captures the core idea, so this post f...

Subsets II in Java

4 minute read

DSA Java

Subsets II is a good example of turning a small-looking problem into a precise invariant. The Java implementation below captures the core idea, so this post ...

Subsets in Java

4 minute read

DSA Java

Subsets is a good example of turning a small-looking problem into a precise invariant. The Java implementation below captures the core idea, so this post foc...

Permutations in Java

3 minute read

DSA Java

Permutations is a good example of turning a small-looking problem into a precise invariant. The Java implementation below captures the core idea, so this pos...