GitHunt
CH

cheatsnake/CSES-problem-set-typescript

:memo: My solutions for CSES Problem Set on TypeScript

๐Ÿ“ CSES Problem Set Solutions

CSES is one of the best sources of programming tasks. In this repository you can find my solutions that I solve in my free time using TypeScript programming language. I hope that I can create a complete collection of solved problems.

๐Ÿš€ How to run my code?

To run my code on your computer, just clone this repository:

git clone https://github.com/cheatsnake/CSES-problem-set-typescript.git

Then run the command to install the necessary packages:

npm install

Make sure you have already installed Node.js before running this command

Now just use the ts-node command to run any code by specifying the path to it:

ts-node .\src\IntroductoryProblems\WeirdAlgorithm.ts

Thanks to Node.js readline module all my solutions support data entry from the console.

๐Ÿ”ง Testing

Run all tests using script:

npm test

Languages

TypeScript99.5%JavaScript0.5%

Contributors

Created November 20, 2021
Updated December 25, 2021
cheatsnake/CSES-problem-set-typescript | GitHunt