Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rushi7997/leetcode-typescript

Repository files navigation

workflow

Leetcode Solution Using TypeScript

this is my solution for leetcode problems using typescript and nodejs.

to run the solution, you need to install npm, typescript and ts-node.

change the file src/index.ts and run command npx ts-node src/index.ts to run the code for the solutions.

all the solutions are written in typescript and are written in the src/solutions folder.

I have also written the test cases for each problem that I have solved.

to run the test cases install dependencies and run command npm install and then run command npm test.

AltStyle によって変換されたページ (->オリジナル) /