Skip to content

parsashhub/leetCode150InterviewQuestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
npm install 
  • run the development server
npm run dev
  • start the production build of the project
npm start
  • build the project
npm run build 

License

This repository is licensed under the MIT License.

About

TypeScript solutions for LeetCode Top 150 interview questions

Topics

Resources

Stars

Watchers

Forks