Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/finzyphinzy/leetcode-challenges


https://github.com/finzyphinzy/leetcode-challenges

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# LeetCode Challenges in TypeScript

This repository contains my solutions to various LeetCode problems, implemented in TypeScript. Each problem is solved with clean, efficient code, and I've included TypeScript for type safety and clarity.

## Structure

- **Source Code**: All original TypeScript solutions are located in the root of the repository.

## How to Run

1. Clone the repository:

```bash
git clone https://github.com/FinzyPHINZY/leetcode-challenges.git
cd leetcode-challenges
```

2. Install dependencies:

```bash
npm install
```

3. Compile and run a solution:
```bash
npx ts-node .ts
```

Feel free to explore the repository and use these solutions as a reference for your own LeetCode problem-solving journey!

---