Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akagi201/leetcode-rs
leetcode solutions in rust
https://github.com/akagi201/leetcode-rs
algorithms leetcode solutions
Last synced: 2 days ago
JSON representation
leetcode solutions in rust
- Host: GitHub
- URL: https://github.com/akagi201/leetcode-rs
- Owner: Akagi201
- License: apache-2.0
- Created: 2021-11-15T07:17:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T18:01:55.000Z (over 1 year ago)
- Last Synced: 2024-12-27T05:34:53.755Z (15 days ago)
- Topics: algorithms, leetcode, solutions
- Language: Rust
- Homepage: https://akagi201.github.io/leetcode-rs/leetcode/
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leetcode-rs
[![Rust CI](https://github.com/Akagi201/leetcode-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/Akagi201/leetcode-rs/actions/workflows/rust.yml) [![Super Linter](https://github.com/Akagi201/leetcode-rs/actions/workflows/super_linter.yml/badge.svg)](https://github.com/Akagi201/leetcode-rs/actions/workflows/super_linter.yml)
Practice makes perfect.
## Problem Category
* 剑指 Offer: [offer](src/offer/)
* 主站:[p](src/p/)
* 常用数据结构:[common](src/common)## View docs
```sh
cargo doc --open
```Online docs: [Rust Doc](https://akagi201.github.io/leetcode-rs/leetcode/)
## Refs
*
*
*
*
*