https://github.com/unicornware/leetcode-algorithms
LeetCode Algorithms Problem Set solutions in TypeScript
https://github.com/unicornware/leetcode-algorithms
Last synced: about 1 month ago
JSON representation
LeetCode Algorithms Problem Set solutions in TypeScript
- Host: GitHub
- URL: https://github.com/unicornware/leetcode-algorithms
- Owner: unicornware
- Created: 2022-03-19T01:49:57.000Z (over 4 years ago)
- Default Branch: next
- Last Pushed: 2022-04-19T22:37:55.000Z (over 4 years ago)
- Last Synced: 2025-11-19T19:24:19.794Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 🦾 leetcode-algorithms
[](https://conventionalcommits.org)
[](https://typescriptlang.org)
[](https://mochajs.org)
## Overview
**[Getting Started](#getting-started)**
**[Usage](#usage)**
## Getting Started
[LeetCode Algorithms Problem Set][1] solutions in TypeScript.
## Usage
```zsh
git clone https://github.com/unicornware/leetcode-algorithms
cd leetcode-algorithms && yarn
yarn test
```
[1]: https://leetcode.com/problemset/algorithms