An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🦾 leetcode-algorithms

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![TypeScript](https://badgen.net/badge/-/typescript?icon=typescript&label)](https://typescriptlang.org)
[![tested with mocha](https://img.shields.io/badge/tested%20with-mocha-brown?color=8d684b)](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