Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/plugfox/leetcode

In this repository, I post solutions to LeetCode problems on Dart.
https://github.com/plugfox/leetcode

algorithm dart leetcode leetcode-solutions

Last synced: 3 months ago
JSON representation

In this repository, I post solutions to LeetCode problems on Dart.

Awesome Lists containing this project

README

        

# LeetCode Dart solutions.

[![Pipeline](https://github.com/PlugFox/leetcode/actions/workflows/checkout.yml/badge.svg?branch=master)](https://github.com/PlugFox/leetcode/actions/workflows/checkout.yml)
[![Coverage](https://codecov.io/gh/PlugFox/leetcode/branch/master/graph/badge.svg?token=5yrpQh4j5M)](https://codecov.io/gh/PlugFox/leetcode)
[![Code size](https://img.shields.io/github/languages/code-size/plugfox/leetcode?logo=github&logoColor=white)](https://github.com/plugfox/leetcode)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

In this repository, I post solutions to LeetCode problems on Dart.
The repository also contains the [structures](./lib/src/structure) necessary for solving problems on LeetCode.

- [LeetCode](https://leetcode.com/)
- [Explore](https://leetcode.com/explore/)
- [Problems](https://leetcode.com/problemset/all/)
- [Profile](https://leetcode.com/PlugFox/)

## Coverage

[![](https://codecov.io/gh/PlugFox/leetcode/branch/master/graphs/sunburst.svg)](https://codecov.io/gh/PlugFox/leetcode/branch/master)