We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b5dc5 commit 4b2d98dCopy full SHA for 4b2d98d
README.md
@@ -1,4 +1,4 @@
1
-## Rust算法教程
+## Rust算法题解
2
Rust 作为一门现代化的系统编程语言,拥有与 C/C++ 类似的性能,同时又能做非常底层的性能优化,因此非常适合写算法和 leetcode。
3
4
`algos` 涵盖了各种常用算法和数据结构的代码实现,以及 leetcode 题解,同时对于相关算法还提供了中文文档和注释,可以帮助大家更好、更快的学习。
0 commit comments