Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/plugfox/leetcode
- Owner: PlugFox
- License: mit
- Created: 2022-08-08T17:11:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T18:16:40.000Z (over 2 years ago)
- Last Synced: 2024-10-12T05:43:22.698Z (3 months ago)
- Topics: algorithm, dart, leetcode, leetcode-solutions
- Language: Dart
- Homepage: https://leetcode.com/PlugFox/
- Size: 152 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)