Technical Blog

Recent posts

Sort Array by Parity in Java

1 minute read

DSA Java

This guide explains the intuition, optimized approach, and Java implementation for sort array by parity in java, with practical tips for interviews and produ...

Valid Parentheses in Java

1 minute read

DSA Java

Given a string containing only ()[]{}, return true if brackets are valid. A valid string must close in correct order and with correct bracket type.