Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finzyphinzy/leetcode-challenges
https://github.com/finzyphinzy/leetcode-challenges
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/finzyphinzy/leetcode-challenges
- Owner: FinzyPHINZY
- Created: 2024-09-05T18:47:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:09:33.000Z (2 months ago)
- Last Synced: 2024-09-18T12:29:59.084Z (2 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
---