You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vasily Guzov aeb641e339 [6kyu][fundamentals][strings][array]
https://www.codewars.com/kata/54b42f9314d9229fd6000d9c/solutions/typescript

The goal of this exercise is to convert a string to a new string where
each character in the new string is "(" if that character appears only
once in the original string, or ")" if that character appears more than
once in the original string. Ignore capitalization when determining if a
character is a duplicate.
1 year ago
..
binarySearch [algo] binarySearch 3 years ago
duplicateEncodedr.ts [6kyu][fundamentals][strings][array] 1 year ago
endingStrings.ts [bestSolution] search end string in another string my solution 1 year ago
factorial.js [solution] factorial for, factorial recursive 1 year ago
fib.ts [solution] multiply fibonachi 1 year ago
insertionsort.ts [solution] insertion sort words add 1 year ago
isTriangle.ts [solution] check is posible to make triangle 1 year ago
main.test.ts [tests] setup tests 3 years ago
main.ts [infra] creat ts library for collect snippets 3 years ago
maxLengthSubString.ts [solution] max length unick sub string my solution 1 year ago
minMaxNumber.ts [solution] fix sort mutate list, not return result 1 year ago
nbYear.ts [7kyu][fundamentals] Growth of a Population 1 year ago
paperwork.ts [8kyu][array][fundamentals] conditions 1 year ago
sumArray.ts [8kyu][array][fundamentals] sum array of numbers 1 year ago
task.js [solution] screening task 1 year ago
towerBuilder.ts [6kyu][string] towerBuilder 1 year ago