Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.