Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axross/leetcode-typescript
📖 LeetCode solutions in TypeScript with full test and helpful comments
https://github.com/axross/leetcode-typescript
algorithms deno leetcode leetcode-javascript leetcode-solutions leetcode-typescript typescript
Last synced: about 1 month ago
JSON representation
📖 LeetCode solutions in TypeScript with full test and helpful comments
- Host: GitHub
- URL: https://github.com/axross/leetcode-typescript
- Owner: axross
- Created: 2019-08-08T22:23:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T04:23:59.000Z (over 3 years ago)
- Last Synced: 2024-05-01T20:29:58.568Z (8 months ago)
- Topics: algorithms, deno, leetcode, leetcode-javascript, leetcode-solutions, leetcode-typescript, typescript
- Language: TypeScript
- Homepage: https://leetcode.com/
- Size: 551 KB
- Stars: 73
- Watchers: 2
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions in TypeScript
![Build](https://github.com/axross/leetcode-typescript/workflows/on%20Push/badge.svg)
- 🏃♀️ Enough small time and space complexity (not "minimum" because of no micro optimization)
- 💯 Runs on [Deno](https://deno.land) (written in TypeScript)
- ✅ Fully tested
- 🗣 With helpful comments