Skip to content

LeetCode's Top Inteview 150 solutions in TypeScript.

Notifications You must be signed in to change notification settings

gabrielpalassi/LeetCodeTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 LeetCodeTS

Solutions to the top 150 LeetCode interview questions implemented in TypeScript.

Table of Contents

Introduction

LeetCode is a popular platform for practicing coding skills through solving algorithmic problems. This repository aims to provide TypeScript solutions to the top 150 LeetCode interview questions, helping developers enhance their problem-solving abilities and familiarize themselves with TypeScript.

Installation

To use the solutions in this repository, you need to have Bun installed on your machine. You can install it by following these steps:

  1. Install Bun: Open a terminal or command prompt and run the following command to install Bun:

    curl -fsSL https://bun.sh/install | bash
  2. Clone the repository: Use the following command to clone this repository to your local machine:

    git clone https://github.com/gabrielpalassi/LeetCodeTS.git

Usage

Each solution is implemented in a separate TypeScript file. To run a specific solution, follow these steps:

  1. Open a terminal or command prompt.

  2. Navigate to the root directory of the cloned repository and then to the appropriate folder.

  3. You can run a specific solution by executing the following command:

    bun run name-of-problem.ts

    Replace name-of-problem.ts with the actual name of the TypeScript file containing the solution you want to run.

Note: Make sure to add your test cases within the solution file before running it, as the files only contain function implementations.

Contributing

We welcome contributions to this repository. If you have ideas for new solutions, bug fixes, or improvements, please open an issue or submit a pull request.

If you have any questions, suggestions, or feedback, feel free to reach out to me at my e-mail.

About

LeetCode's Top Inteview 150 solutions in TypeScript.

Topics

Resources

Stars

Watchers

Forks