- Notifications
You must be signed in to change notification settings - Fork1
rushi7997/leetcode-typescript
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
this is my solution for leetcode problems using typescript and nodejs.
to run the solution, you need to installnpm,typescript andts-node.
change the file src/index.ts and run commandnpx 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 commandnpm install
and then run commandnpm test
.
About
solution sets for leetcode solutions using typescript
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.