Transformer

Requirements

Oh no! Some of the developers used snake_case instead of camelCase in our Java application. We created a script for renaming variable names but one part is missing – transforming actual value to camelCase format. 

Can you Read more

Read More

Find me

Requirements

In this task, we’d need to find the occurrences of every character in the String value.

Additionally, we’d have to follow some rules. Here is the list:

  • The algorithm should be case-insensitive. In other words, we’d treat the Read more
Read More