How to Calculate Transport on Vacation in Java
The challenge
After a hard quarter in the office you decide to get some rest on a vacation. So you will book a flight for you and your girlfriend and …
Read Article →In-depth guides, insights, and best practices for modern software engineering
After a hard quarter in the office you decide to get some rest on a vacation. So you will book a flight for you and your girlfriend and …
Read Article →Given String str, return:
Write a function, called sumPPG, that takes two NBA player objects/struct/Hash/Dict/Class and sums their PPG
iverson := NBAPlayer{ …!-->
Read Article →
You will be given a number n (where n >= 1) and your task is to find n consecutive odd numbers whose sum is exactly the cube of n. …
The Pied Piper has been enlisted to play his magical tune and coax all the rats out of town.
But some of the rats are deaf and are going …
Read Article →You might know some pretty large perfect squares. But what about the NEXT one?
Complete the findNextSquare method that finds the next …
There is an array of strings. All strings contain similar letters except one. Try to find it!
find_uniq([ 'Aa', 'aaa', …
Read Article →
Complete the function/method so that it takes a PascalCase string and returns the string in snake_case notation. Lowercase characters …
When working with color values it can sometimes be useful to extract the individual red, green, and blue (RGB) component values for a …
Read Article →Write a hashtag generator function that takes a string and returns a #HashCodeString of it.
The hashtag generator should perform the …
Read Article →Write an algorithm that takes an array and moves all of the zeros to the end, preserving the order of the other elements.
move_zeros([1, …
Read Article →
Write a regular expression that validates the gregorian date in the format “DD.MM.YYYY”
Correct date examples: …
Read Article →