File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 1- # Mission
2- To provide a collection of algorithms and data structures useful for competitive programming in Rust.
3-
4- # Focus
5- This library is written to be optimized for online contests \[ Codeforces, AtCoder, etc.\]
6-
7- Therefore the code is written with these three pillars:
8- - ** Correctness** : The code should be correct and should pass all test cases.
9- - ** Efficiency** : The code should be efficient and should run within the time limits.
10- - ** Readability** : The code should be readable and should be easy to understand and modify.
11-
12- Note: the code is ** not** written for ICPC style contests and is ** not** optimized for code length.
13-
141## Rust CF Blogs
152
163- https://codeforces.com/blog/entry/67391
@@ -26,14 +13,3 @@ Note: the code is **not** written for ICPC style contests and is **not** optimiz
2613- https://github.com/EbTech/rust-algorithms
2714- https://github.com/qitoy/rust-library
2815- https://github.com/stuart0035/procon-lib-rs
29-
30- ## Contributing
31-
32- We're open to all feedback. You can submit an issue or email us at
33- ```
34- lrvideckis@gmail.com
35- ```
36- ```
37- custer.cameron@gmail.com
38- ```
39-
You can’t perform that action at this time.
0 commit comments