Start typing to search articles...

Navigate Enter Select Esc Close

Technical Articles

In-depth guides, insights, and best practices for modern software engineering

Sweeping trees in Java

The challenge

You will be given a list of strings representing nodes in a rooted tree. A visual representation of a very simple rooted tree could be: …

Read Article →

int32 to IPv4 in Java

The challenge

Take the following IPv4 address: 128.32.10.1

This address has 4 octets where each octet is a single byte (or 8 bits).

  • 1st octet 128 has …

Read Article →