15. Add Border

Task Given a rectangular matrix of characters, add a border of asterisks(*) to it. Example For picture = ["abc", "ded"] the output should be addBorder(picture) =... »

11. isLucky

Task Ticket numbers usually consist of an even number of digits. A ticket number is considered lucky if the sum of the first half of the... »