
alphanumericLess
An alphanumeric ordering of strings is defined as follows: each string is considered as a sequence of…
reverseInParentheses
Write a function that reverses characters in (possibly nested) parentheses in the input string. Input…
isIPv4Address
IPv4 address is a string with the following structure: a.b.c.d, where a, b, c and dare integers in range [0, 255]. For…
messageFromBinaryCode
You are taking part in an Escape Room challenge designed specifically for programmers. In your…
constructSquare
Given a string consisting of lowercase English letters, find the largest square number which can…
minimalNumberOfCoins
You find yourself in Bananaland trying to buy a banana. You are super rich so…
pairOfShoes
Yesterday you found some shoes in the back of your closet. Each shoe is described…