This repository contains my solutions for various LeetCode coding challenges. Each problem is solved using Typescript.
bun install
bun run index.ts
- Top Interview 150: Solutions to LeetCode's Top Interview 150 problems.
- Must-do List for Interview Prep: Solutions to LeetCode's Must-do List for Interview Prep problems.
- LeetCode 75: Solutions to LeetCode's LeetCode 75 problems.
- Ace Coding Interview with 75 Qs: Solutions to LeetCode's Ace Coding Interview with 75 Qs problems.
- SQL 50: Solutions to LeetCode's SQL 50 problems.
- Crack SQL Interview in 50 Qs: Solutions to LeetCode's Crack SQL Interview in 50 Qs problems.
- Introduction to Pandas: Solutions to LeetCode's Introduction to Pandas problems.
- 30 Days of JavaScript: Solutions to LeetCode's 30 Days of JavaScript problems.
- Amazon Spring '23 High Frequency: Solutions to LeetCode's Amazon Spring '23 High Frequency problems.
Each problem solution is provided in its own file with a meaningful name indicating the problem's title or number.
- (Problem Number).Problem Title:
problem_title.ts
.
Contributions to this repository are welcome! If you have a more efficient solution or want to add solutions in other programming languages, feel free to open a pull request.
This repository is licensed under the MIT License.