Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsashhub/leetcode150interviewquestions
TypeScript solutions for LeetCode Top 150 interview questions
https://github.com/parsashhub/leetcode150interviewquestions
coding-challenges interview-questions leetcode typescript
Last synced: 3 days ago
JSON representation
TypeScript solutions for LeetCode Top 150 interview questions
- Host: GitHub
- URL: https://github.com/parsashhub/leetcode150interviewquestions
- Owner: parsashhub
- Created: 2024-09-07T09:28:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:03:02.000Z (27 days ago)
- Last Synced: 2025-01-01T21:17:48.588Z (27 days ago)
- Topics: coding-challenges, interview-questions, leetcode, typescript
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LeetCode Top 150 Interview Questions - TypeScript Solutions
This repository contains solutions to the **Top 150 LeetCode Interview Questions**, implemented in **TypeScript**.
**(not completed!)**## Repository Structure
Each problem is solved in TypeScript and placed in its corresponding folder, following the pattern:
src/topInterview150/"baseFolder"/"questionName"## Introduction
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.
## Usage
- install the dependencies
```bash
npm install
```
- run the development server
```bash
npm run dev
```
- start the production build of the project
```bash
npm start
```
- build the project
```bash
npm run build
```## License
This repository is licensed under the MIT License.