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: 2 months ago
JSON representation

<<Rust算法题解>>,用Rust语言实现常见的算法和数据结构,以及leetcode题解,algos = algorithms,written with ❤️ by course.rs team

Lists

README

        

## Rust算法题解
Rust 作为一门现代化的系统编程语言,拥有与 C/C++ 类似的性能,同时又能做非常底层的性能优化,因此非常适合写算法和 leetcode。

`algos` 涵盖了各种常用算法和数据结构的代码实现,以及 leetcode 题解,同时对于相关算法还提供了中文文档和注释,可以帮助大家更好、更快的学习。

## Rust 语言学习
如果大家熟悉算法,但是对于 Rust 语言还不够熟悉,可以看看 [Rust语言圣经](https://github.com/sunface/rust-course),它绝对是目前最优秀的 Rust 中文开源教程。

## 社区贡献者
我们深知自身水平的局限性,因此非常欢迎各路大神加入进来,共同打造这门未来可以在中国乃至全世界都排得上号的算法教程!