https://github.com/tariqs26/leetcode
Solution to leetcode problems in TypeScript.
https://github.com/tariqs26/leetcode
bun leetcode-solutions typescript
Last synced: about 2 months ago
JSON representation
Solution to leetcode problems in TypeScript.
- Host: GitHub
- URL: https://github.com/tariqs26/leetcode
- Owner: tariqs26
- Created: 2024-02-08T22:46:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T13:32:11.000Z (over 1 year ago)
- Last Synced: 2025-04-30T00:09:29.186Z (about 1 year ago)
- Topics: bun, leetcode-solutions, typescript
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
This is a collection of solutions to problems from [LeetCode](https://leetcode.com/).
## Installation
```bash
bun install
```