https://github.com/dev-ik/leetcode-typescript
Solutions for leetcode by typescript
https://github.com/dev-ik/leetcode-typescript
leetcode leetcode-solutions leetcode-typescript typescript
Last synced: 9 months ago
JSON representation
Solutions for leetcode by typescript
- Host: GitHub
- URL: https://github.com/dev-ik/leetcode-typescript
- Owner: dev-ik
- Created: 2025-01-15T14:43:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T07:46:41.000Z (11 months ago)
- Last Synced: 2025-02-05T08:31:32.644Z (11 months ago)
- Topics: leetcode, leetcode-solutions, leetcode-typescript, typescript
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Leetcode-typescript
Solutions for leetcode tasks by typescript
### Getting started
Clone this project and run `npm install` to install dependencies
### Run test
Run `npm test` to run all tests for existing solutions