This repository contains solutions to the Top 150 LeetCode Interview Questions, implemented in TypeScript. (not completed!)
Each problem is solved in TypeScript and placed in its corresponding folder, following the pattern: src/topInterview150/"baseFolder"/"questionName"
Solving LeetCode problems is a great way to improve your problem-solving skills and prepare for technical interviews. This repository provides solutions to the most popular and frequently asked questions on LeetCode, implemented in TypeScript. The solutions cover a variety of topics including:
- Arrays and Strings
- Linked Lists
- Trees and Graphs
- Sorting and Searching
- Dynamic Programming
- Backtracking
- Bit Manipulation
- And more...
Whether you're preparing for a technical interview or looking to improve your coding skills, this repository is a helpful resource.
- install the dependencies
npm install
- run the development server
npm run dev
- start the production build of the project
npm start
- build the project
npm run build
This repository is licensed under the MIT License.