Start typing to search articles...

Navigate Enter Select Esc Close

Technical Articles

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

Block sequence in Java

The challenge

Consider the following array:

[1, 12, 123, 1234, 12345, 123456, 1234567, 12345678, 123456789, 12345678910, 1234567891011...]

If we join …

Read Article →

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 →