https://github.com/przeprogramowani/typescript-leetcode
Demo tasks for Youtube video
https://github.com/przeprogramowani/typescript-leetcode
Last synced: about 1 year ago
JSON representation
Demo tasks for Youtube video
- Host: GitHub
- URL: https://github.com/przeprogramowani/typescript-leetcode
- Owner: przeprogramowani
- Created: 2024-11-25T18:17:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T18:21:55.000Z (over 1 year ago)
- Last Synced: 2024-11-25T19:28:07.160Z (over 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo project for leetcode in TS
Video: https://www.youtube.com/watch?v=zg3B33ThhPc
## Install
```bash
npm install
```
## Run tests
```bash
npm test
```