Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustcn-org/rust-algos
<<Rust算法题解>>,用Rust语言实现常见的算法和数据结构,以及leetcode题解,algos = algorithms,written with ❤️ by course.rs team
https://github.com/rustcn-org/rust-algos
algo algorithm algorithms algos leetcode leetcode-solutions rust
Last synced: 3 months ago
JSON representation
<<Rust算法题解>>,用Rust语言实现常见的算法和数据结构,以及leetcode题解,algos = algorithms,written with ❤️ by course.rs team
- Host: GitHub
- URL: https://github.com/rustcn-org/rust-algos
- Owner: rustcn-org
- Created: 2021-12-02T14:02:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T16:43:21.000Z (9 months ago)
- Last Synced: 2024-07-28T19:22:52.921Z (3 months ago)
- Topics: algo, algorithm, algorithms, algos, leetcode, leetcode-solutions, rust
- Language: Rust
- Homepage: https://algo.course.rs
- Size: 1.73 MB
- Stars: 671
- Watchers: 12
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rust算法题解
Rust 作为一门现代化的系统编程语言,拥有与 C/C++ 类似的性能,同时又能做非常底层的性能优化,因此非常适合写算法和 leetcode。`algos` 涵盖了各种常用算法和数据结构的代码实现,以及 leetcode 题解,同时对于相关算法还提供了中文文档和注释,可以帮助大家更好、更快的学习。
## Rust 语言学习
如果大家熟悉算法,但是对于 Rust 语言还不够熟悉,可以看看 [Rust语言圣经](https://github.com/sunface/rust-course),它绝对是目前最优秀的 Rust 中文开源教程。## 社区贡献者
我们深知自身水平的局限性,因此非常欢迎各路大神加入进来,共同打造这门未来可以在中国乃至全世界都排得上号的算法教程!