A compilation of all of my solved leetcode problems using TypeScript
- Easy: 4 problems
- Medium: 0 problems
- Hard: 0 problems
To install dependencies:
bun installTo run:
bun run <problem set>/<name of the problem>.tsThis project was created using bun init in bun v1.2.4. Bun is a fast all-in-one JavaScript runtime.
