Skip to content

eddyhdzg/leetcode-typescript-solutions

Repository files navigation

Leetcode TypeScript Solutions by eddyhdzg

Leetcode profile - leetcode.com/eddyhdzg/

  • I had 143 problems solved in different languages (c++, js, ts, python) before I actually started to document my problems on August 1,2020.

  • Now I will stick with typescript

  • I will try to submit 1 or 2 new typescript solution per day.

  • Btw sometimes I actually submit .js solutions because there is a bigger community and I want to see how my code performs in comparison with other submissions.

Download typescript

npm install -g typescript
npm install -g ts-node

Run typescript file

ts-node playground.ts

Convert ts code to js file

tsc playground.ts --outFile playground.js

About

Leetcode Problems with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published