27. variableName

Task Correct variable names consist only of English letters, digits and underscores and they can’t start with a digit. Check if the given string is a... »

25. Array Replace

Task Given an array of integers, replace all the occurrences of elemToReplace with substitutionElem. Example For inputArray = [1, 2, 1], elemToReplace = 1, and substitutionElem... »

23. Box Blur

Task Last night you partied a little too hard. Now there’s a black and white photo of you that’s about to go viral! You can’t let... »

22. avoidObstacles

Task You are given an array of integers representing coordinates of obstacles situated on a straight line. Assume that you are jumping from the point with... »

21. isIPv4Address

Task An IP address is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for... »