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
lib [6kyu][fundamentals][strings][array] 1 year ago
public [book] algorithm 1 year ago
src [infra] creat ts library for collect snippets 3 years ago
.gitignore [docs] init commit, add readme 3 years ago
index.d.ts [infra] creat ts library for collect snippets 3 years ago
index.html [infra] creat ts library for collect snippets 3 years ago
package.json [tests] setup tests 3 years ago
readme.md [docs] init commit, add readme 3 years ago
tsconfig.json [infra] creat ts library for collect snippets 3 years ago
vite.config.ts [infra] creat ts library for collect snippets 3 years ago
yarn.lock [tests] setup tests 3 years ago

readme.md

learn algorithms

I will be studying algorithms and collecting different cases to improve my knowledge on this repository.